Michael Telatynski
|
71664f5f8e
|
Migrate action, common, a11y translation keys
```
move () {
FROM=$1 TO=$2 find public/locales -type f -exec sh -c 'jq ".$TO = .\"$FROM\" | del(.\"$FROM\") | del(..|nulls) | select(length > 0)" {} | sponge {}' \;
}
move "Avatar" "common.avatar"
move "Camera" "common.camera"
move "Close" "action.close"
move "Copied!" "common.copied"
move "Copy" "action.copy"
move "Copy link" "action.copy_link"
move "Encrypted" "common.encrypted"
move "Go" "action.go"
move "Home" "common.home"
move "Invite" "action.invite"
move "Loading…" "common.loading"
move "Microphone" "common.microphone"
move "No" "action.no"
move "Not encrypted" "common.unencrypted"
move "Password" "common.password"
move "Profile" "common.profile"
move "Username" "common.username"
move "Video" "common.video"
move "Register" "action.register"
move "Remove" "action.remove"
move "Settings" "common.settings"
move "Sign in" "action.sign_in"
move "Sign out" "action.sign_out"
move "Submit" "action.submit"
move "User menu" "a11y.user_menu"
move "Audio" "common.audio"
move "Display name" "common.display_name"
```
|
2023-11-20 12:18:43 +00:00 |
|
Michael Telatynski
|
dd6f679a41
|
Merge pull request #1905 from vector-im/t3chguy/localazy/1
|
2023-11-17 13:44:59 +00:00 |
|
Michael Telatynski
|
23db052460
|
Revert accidental change
|
2023-11-17 12:57:52 +00:00 |
|
Michael Telatynski
|
49544f5aed
|
Use ts for i18next-parser config to avoid invalid properties
|
2023-11-17 12:38:56 +00:00 |
|
Michael Telatynski
|
9fad8dc080
|
Wire up tsx lexer for i18next-parser and add missing string
|
2023-11-17 12:34:12 +00:00 |
|
Michael Telatynski
|
548d2e4d63
|
Wire up typescript safety net around i18next
|
2023-11-17 12:26:25 +00:00 |
|
Michael Telatynski
|
1598818db6
|
Switch i18n plural separator from | to _
|
2023-11-17 12:08:27 +00:00 |
|