Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Migrate keyboard translations to IDs #11452

Merged
merged 7 commits into from
Aug 23, 2023
Merged

Migrate keyboard translations to IDs #11452

merged 7 commits into from
Aug 23, 2023

Commits on Aug 22, 2023

  1. Migrate keyboard translations to IDs

    ```
    ./node_modules/matrix-web-i18n/scripts/rekey.js "Page Up" "keyboard|page_up"
    ./node_modules/matrix-web-i18n/scripts/rekey.js "Page Down" "keyboard|page_down"
    ./node_modules/matrix-web-i18n/scripts/rekey.js --copy "Home" "keyboard|home"
    ./node_modules/matrix-web-i18n/scripts/rekey.js "Esc" "keyboard|escape"
    ./node_modules/matrix-web-i18n/scripts/rekey.js "Enter" "keyboard|enter"
    ./node_modules/matrix-web-i18n/scripts/rekey.js "End" "keyboard|end"
    ./node_modules/matrix-web-i18n/scripts/rekey.js "Alt" "keyboard|alt"
    ./node_modules/matrix-web-i18n/scripts/rekey.js "Ctrl" "keyboard|control"
    ./node_modules/matrix-web-i18n/scripts/rekey.js "Shift" "keyboard|shift"
    ./node_modules/matrix-web-i18n/scripts/rekey.js --copy "Space" "keyboard|space"
    ./node_modules/matrix-web-i18n/scripts/rekey.js "[number]" "keyboard|number"
    ```
    t3chguy committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ed4bf64 View commit details
    Browse the repository at this point in the history
  2. i18n

    t3chguy committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    7a887fa View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into…

    … t3chguy/localazy-key-1
    t3chguy committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    bfec69f View commit details
    Browse the repository at this point in the history
  2. Revert strings

    t3chguy committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5ee4f37 View commit details
    Browse the repository at this point in the history
  3. i18n

    t3chguy committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d0e3b23 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into…

    … t3chguy/localazy-key-1
    t3chguy committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c04e8d9 View commit details
    Browse the repository at this point in the history
  5. i18n

    t3chguy committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    71b18dd View commit details
    Browse the repository at this point in the history