Commit Graph

26 Commits

Author SHA1 Message Date
William Grant 69a50cdcc8 fix: sort localised keys generated by updateI18nKeysType 2023-07-18 13:47:06 +10:00
Audric Ackermann 6fe6544d6c fix: split up migration of initial user config dumps into two 2023-05-01 14:31:18 +10:00
Audric Ackermann faeb95fefd feat: add block/decline logic to msg request & wrapper 2023-04-06 14:07:50 +10:00
William Grant 3232456864 fix: make updatei18nKeysType.py work with python 3 2022-10-28 16:07:26 +11:00
Audric Ackermann 13bf0e073d feat: update design of the Notification Settings screen
the preview button is not linked yet
2022-08-22 16:09:34 +10:00
Audric Ackermann e1f2393c3a
cleanup translated strings 2022-03-07 13:26:57 +11:00
Audric Ackermann 9bb19540a9
add back deleteContact and deleteGroup translations 2022-01-06 11:15:20 +11:00
Audric Ackermann 651b1c4376
Fetch translations (#2056)
* show missed-call,started-call and answered call notification in chat

* fix types for createLastMessageUpdate

* show incoming dialog if we have a pending call when enable call receptio

* simplify a bit the avatar component

* move disableDrag to a custom hook

* speed up hash colors of avatarPlaceHolders

* fixup text selection and double click reply on message

* keep avatar decoded items longer before releasing memory

* add incoming/outgoing/missed call notification

also, merge that notification with the timer and group notification
component

* hangup call if no answer after 30sec

* refactor SessionInput using hook + add testid field for recovery

* disable message request feature flag for now

* fix merge issue

* force loading screen to be black instead of white

for our dark theme user's eyes safety

* add type for i18n to run update after crowdin  fetch with tools/updateI18nKeysType.py

* update to latest translations
2021-11-30 14:46:06 +11:00
Audric Ackermann 182192124e
update localized strings from crowdin 2021-10-18 15:59:56 +11:00
audric a9dcdea796 update with latet locales from crowdin 2021-08-24 11:39:42 +10:00
audric 5310c1603d update tool to update localized strings from crowdin 2021-08-04 16:55:37 +10:00
Audric feab29a4fe remove file server submodule 2021-06-23 13:36:58 +10:00
Audric Ackermann adb9775848
cleanup trasnlation with latest from crowdin 2021-06-16 10:14:09 +10:00
Audric Ackermann a5515a9309
remove androidKey and android mapping logic for locales 2021-06-15 13:23:02 +10:00
Audric Ackermann dfdb515904
locale tools, map indonesia `in` mobile locale to our `id` 2020-09-16 12:02:28 +10:00
Audric Ackermann 5f9a8eea61
fix localized tools for japanese (no plurals issue) 2020-09-16 11:51:08 +10:00
Audric Ackermann 68c1f1f781
use sentence case for android to desktop translation morphing 2020-09-01 10:08:00 +10:00
Audric Ackermann 8fe4f579eb
add README for locales tools scripts 2020-08-31 11:02:59 +10:00
Audric Ackermann 785efcbe3c
add option to ignore case on match anroidEn - desktopEn 2020-08-21 09:29:53 +10:00
Audric Ackermann 86fa77966e
add option to add items missing from dest/messages.json from en/messages 2020-08-20 15:57:27 +10:00
Audric Ackermann b9f2c7d7e5
update locale tool to find and clean unused key in .json from english 2020-08-20 14:54:05 +10:00
Audric Ackermann f15a3c9878
clean script to map android translation to desktop 2020-08-19 17:35:35 +10:00
Audric Ackermann 5cebb41b45
add read of translated string to script 2020-08-19 15:47:43 +10:00
Audric Ackermann a1824215d4
matching en translations desktop to android & scripts to verify 2020-08-19 12:17:54 +10:00
Audric Ackermann 1f7cfc357b
add a tool to find missing i18n key in two files 2020-08-07 08:44:46 +10:00
Audric Ackermann c41a064880
add tool to find unused localized string and fix our current en locale 2020-08-05 11:39:03 +10:00