element-web/src
Michael Telatynski c2e814ce95
Migrate keyboard translations to IDs (#11452)
* 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"
```

* i18n

* Revert strings

* i18n

* i18n
2023-08-23 11:49:29 +00:00
..
@types Consume more imports from matrix-js-sdk/src/matrix (#11449) 2023-08-23 09:04:25 +00:00
accessibility Migrate keyboard translations to IDs (#11452) 2023-08-23 11:49:29 +00:00
actions Switch to importing models/Room from main js-sdk export (#11361) 2023-08-04 07:36:16 +00:00
async-components/views/dialogs Create more `action_*` common strings (#11438) 2023-08-23 11:57:22 +01:00
audio Switch to importing models/event from main js-sdk export (#11363) 2023-08-07 08:24:58 +00:00
autocomplete Consume @matrix-org/emojibase-bindings (#11433) 2023-08-21 20:06:40 +01:00
components Create more `action_*` common strings (#11438) 2023-08-23 11:57:22 +01:00
contexts Switch to importing client from main js-sdk export (#11370) 2023-08-09 07:18:41 +00:00
customisations Switch to importing client from main js-sdk export (#11370) 2023-08-09 07:18:41 +00:00
dispatcher Polish & delabs `Exploring public spaces` feature (#11423) 2023-08-21 09:39:20 +00:00
editor Fix instances of double translation and guard translation calls using typescript (#11443) 2023-08-22 16:32:05 +01:00
effects Fix instances of double translation and guard translation calls using typescript (#11443) 2023-08-22 16:32:05 +01:00
emojipicker
events Consume more imports from matrix-js-sdk/src/matrix (#11449) 2023-08-23 09:04:25 +00:00
hooks Create more `common_*` common strings (#11439) 2023-08-23 10:25:33 +01:00
i18n/strings Migrate keyboard translations to IDs (#11452) 2023-08-23 11:49:29 +00:00
indexing Remove dead & duplicated code (#11405) 2023-08-15 08:43:15 +00:00
integrations Remove dead & duplicated code (#11405) 2023-08-15 08:43:15 +00:00
mjolnir Remove dead & duplicated code (#11405) 2023-08-15 08:43:15 +00:00
models Remove dead & duplicated code (#11405) 2023-08-15 08:43:15 +00:00
modules Fix instances of double translation and guard translation calls using typescript (#11443) 2023-08-22 16:32:05 +01:00
notifications Fix instances of double translation and guard translation calls using typescript (#11443) 2023-08-22 16:32:05 +01:00
performance
rageshake Remove dead & duplicated code (#11405) 2023-08-15 08:43:15 +00:00
resizer
settings Align `common_*` strings with Element X project in Localazy (#11434) 2023-08-22 18:47:33 +01:00
slash-commands Fix instances of double translation and guard translation calls using typescript (#11443) 2023-08-22 16:32:05 +01:00
stores Create more `common_*` common strings (#11439) 2023-08-23 10:25:33 +01:00
toasts Create more `action_*` common strings (#11438) 2023-08-23 11:57:22 +01:00
usercontent
utils Create more `action_*` common strings (#11438) 2023-08-23 11:57:22 +01:00
voice-broadcast Align `action_*` strings with Element X project in Localazy (#11437) 2023-08-22 20:55:15 +01:00
widgets Fix instances of double translation and guard translation calls using typescript (#11443) 2023-08-22 16:32:05 +01:00
workers
AddThreepid.ts Create more `action_*` common strings (#11438) 2023-08-23 11:57:22 +01:00
AsyncWrapper.tsx Create more `action_*` common strings (#11438) 2023-08-23 11:57:22 +01:00
Avatar.ts Switch to importing models/Room from main js-sdk export (#11361) 2023-08-04 07:36:16 +00:00
BasePlatform.ts Remove dead & duplicated code (#11405) 2023-08-15 08:43:15 +00:00
BlurhashEncoder.ts
ContentMessages.ts Create more `common_*` common strings (#11439) 2023-08-23 10:25:33 +01:00
DateUtils.ts Use Intl to localise dates and times (#11422) 2023-08-21 19:38:59 +00:00
DecryptionFailureTracker.ts Switch to importing models/event from main js-sdk export (#11363) 2023-08-07 08:24:58 +00:00
DeviceListener.ts Switch to importing more things from the main js-sdk export (#11377) 2023-08-10 08:01:14 +00:00
Editing.ts
HtmlUtils.tsx Consume @matrix-org/emojibase-bindings (#11433) 2023-08-21 20:06:40 +01:00
IConfigOptions.ts
IdentityAuthClient.tsx Create more `action_*` common strings (#11438) 2023-08-23 11:57:22 +01:00
ImageUtils.ts
KeyBindingsDefaults.ts
KeyBindingsManager.ts
Keyboard.ts
LegacyCallHandler.tsx Align `action_*` strings with Element X project in Localazy (#11437) 2023-08-22 20:55:15 +01:00
Lifecycle.ts Create more `action_*` common strings (#11438) 2023-08-23 11:57:22 +01:00
Livestream.ts
Login.ts Consume more imports from matrix-js-sdk/src/matrix (#11449) 2023-08-23 09:04:25 +00:00
Markdown.ts Treat lists with a single empty item as plain text, not Markdown. (#6833) 2023-08-17 16:37:19 +00:00
MatrixClientPeg.ts Create more `action_*` common strings (#11438) 2023-08-23 11:57:22 +01:00
MediaDeviceHandler.ts
Modal.tsx Switch to importing matrix-js-sdk from its main export (#11360) 2023-08-03 12:56:30 +00:00
NodeAnimator.tsx
Notifier.ts Consume more imports from matrix-js-sdk/src/matrix (#11449) 2023-08-23 09:04:25 +00:00
PageTypes.ts
PasswordReset.ts Remove dead & duplicated code (#11405) 2023-08-15 08:43:15 +00:00
PlatformPeg.ts
PosthogAnalytics.ts Switch to importing client from main js-sdk export (#11370) 2023-08-09 07:18:41 +00:00
PosthogTrackers.ts
Presence.ts Mark more logs as debug to tidy the console (#11349) 2023-08-07 08:41:39 +00:00
Registration.tsx Create more `action_*` common strings (#11438) 2023-08-23 11:57:22 +01:00
Resend.ts Switch to importing models/Room from main js-sdk export (#11361) 2023-08-04 07:36:16 +00:00
Roles.ts
RoomAliasCache.ts
RoomInvite.tsx Switch to importing models/Room from main js-sdk export (#11361) 2023-08-04 07:36:16 +00:00
RoomNotifs.ts Remove dead & duplicated code (#11405) 2023-08-15 08:43:15 +00:00
Rooms.ts Switch to importing models/Room from main js-sdk export (#11361) 2023-08-04 07:36:16 +00:00
ScalarAuthClient.ts Switch to importing models/Room from main js-sdk export (#11361) 2023-08-04 07:36:16 +00:00
ScalarMessaging.ts Remove dead & duplicated code (#11405) 2023-08-15 08:43:15 +00:00
SdkConfig.ts
Searching.ts Switch to importing more things from the main js-sdk export (#11377) 2023-08-10 08:01:14 +00:00
SecurityManager.ts Create more `action_*` common strings (#11438) 2023-08-23 11:57:22 +01:00
SendHistoryManager.ts Switch to importing models/event from main js-sdk export (#11363) 2023-08-07 08:24:58 +00:00
SlashCommands.tsx Consume more imports from matrix-js-sdk/src/matrix (#11449) 2023-08-23 09:04:25 +00:00
SlidingSyncManager.ts Switch to importing @types/{event,partials} from main js-sdk export (#11369) 2023-08-08 10:12:12 +00:00
Terms.ts Switch to importing more things from the main js-sdk export (#11377) 2023-08-10 08:01:14 +00:00
TextForEvent.tsx Consume more imports from matrix-js-sdk/src/matrix (#11449) 2023-08-23 09:04:25 +00:00
Typeguards.ts
Unread.ts Consume more imports from matrix-js-sdk/src/matrix (#11449) 2023-08-23 09:04:25 +00:00
UserActivity.ts
UserAddress.ts
Views.ts
VoipUserMapper.ts Switch to importing models/Room from main js-sdk export (#11361) 2023-08-04 07:36:16 +00:00
WhoIsTyping.ts Switch to importing models/Room from main js-sdk export (#11361) 2023-08-04 07:36:16 +00:00
WorkerManager.ts
boundThreepids.ts Consume more imports from matrix-js-sdk/src/matrix (#11449) 2023-08-23 09:04:25 +00:00
call-types.ts
createRoom.ts Fix instances of double translation and guard translation calls using typescript (#11443) 2023-08-22 16:32:05 +01:00
email.ts
identifiers.ts
index.ts
languageHandler.tsx Fix instances of double translation and guard translation calls using typescript (#11443) 2023-08-22 16:32:05 +01:00
linkify-matrix.ts Fix clicking MXID in timeline going to matrix.to (#11263) 2023-07-14 10:55:55 +00:00
phonenumber.ts Get country names from the browser instead of manual i18n (#11428) 2023-08-22 16:15:16 +00:00
sendTimePerformanceMetrics.ts
sentry.ts Remove dead & duplicated code (#11405) 2023-08-15 08:43:15 +00:00
shouldHideEvent.ts Switch to importing @types/{event,partials} from main js-sdk export (#11369) 2023-08-08 10:12:12 +00:00
theme.ts Create more `common_*` common strings (#11439) 2023-08-23 10:25:33 +01:00
verification.ts Switch to importing models/{event-timeline{,set},user,device,event-status} from main js-sdk export (#11368) 2023-08-08 07:16:04 +00:00