diff options
| author | Jules Aguillon | 2026-05-02 20:11:56 +0200 |
|---|---|---|
| committer | GitHub | 2026-05-02 20:11:56 +0200 |
| commit | 467d7e83a56b92a38255e386eba1cb8a8ebc628f (patch) | |
| tree | d1d1b04863b8fe07b29445c39fdfca56722f1548 /sync_translations.py | |
| parent | 5d9a105e5d2ec3f03738ae55e5104063aa661cee (diff) | |
| download | unexpected-keyboard-467d7e83a56b92a38255e386eba1cb8a8ebc628f.tar.gz unexpected-keyboard-467d7e83a56b92a38255e386eba1cb8a8ebc628f.zip | |
Merge changes from Weblate (#1256)
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: solokot <solokot@gmail.com>
Co-authored-by: ℂ𝕠𝕠𝕠𝕝 (𝕘𝕚𝕥𝕙𝕦𝕓.𝕔𝕠𝕞/ℂ𝕠𝕠𝕠𝕝) <coool@mail.lv>
Co-authored-by: Packss <enzoana@hotmail.com>
Co-authored-by: A <meow98317@gmail.com>
Co-authored-by: Joppla <joppla@gmx.com>
Co-authored-by: Validbit <validbit@outlook.com>
Co-authored-by: Chasm Solacer <chasmsolacer@users.noreply.hosted.weblate.org>
Co-authored-by: Akal! <ihsani.akmal.0@gmail.com>
Co-authored-by: Edgars Andersons <Edgars+Weblate@gaitenis.id.lv>
Co-authored-by: Mehmet Ali Cuma <v6lhost@proton.me>
Co-authored-by: 是果宝呐 <shiguobaona@163.com>
Co-authored-by: Giuseppe Barichello <beppuz@gmx.com>
Co-authored-by: marciozomb13 <marciozomb13@outlook.com>
Co-authored-by: Bora Atıcı <boratici.acc@gmail.com>
Co-authored-by: Péter Czeglédy <czegledyp2@gmail.com>
Co-authored-by: Jonatas P <jonatasp5592@gmail.com>
Co-authored-by: Rasel Molla <msg4mrm@gmail.com>
Co-authored-by: Bi Bi Le <lebibibioihandsomeboy.ghost@gmail.com>
Co-authored-by: Juan M Sevilla <jumase@disroot.org>
Co-authored-by: Shine WaiLinn <shinelinn1897@users.noreply.hosted.weblate.org>
Co-authored-by: Sai Hak Moe Htike <pekhejdj@gmail.com>
Co-authored-by: Matteo Borella <borella.matteo@gmail.com>
Co-authored-by: Ulpi Antor <weblate.residual441@passmail.net>
Co-authored-by: Nataniel Dika Kurniawan <hikawaart2@gmail.com>
Co-authored-by: Yusif Omran <yusifrad20@gmail.com>
Co-authored-by: Samuel Jabez P <jrbros2346@gmail.com>
Co-authored-by: Regu_Miabyss <cyanogenmod.cid@gmail.com>
Co-authored-by: Tannaz M <tannaz.monajemi@gmail.com>
Co-authored-by: winver <kirillstuzhuk@gmail.com>
Co-authored-by: Summer-Box1228 <tingrong1228@gmail.com>
Co-authored-by: E. Ta. <eta00823@gmail.com>
Co-authored-by: Abo Moayd <aboeanas0y2014@gmail.com>
Co-authored-by: meQ Qentlh <brynnhold@gmail.com>
Co-authored-by: Adrià Vilanova Martínez <me@avm99963.com>
Co-authored-by: QonDonion <dolchanat.a@gmail.com>
Co-authored-by: Leonardo Taglialegne <leonardo@taglialegne.it>
Co-authored-by: Mikael Kujanpää <mikael.pajunen@gmail.com>
Co-authored-by: Vaisakh K M <vaisakhkm2625@gmail.com>
Co-authored-by: Debojit Mozumder <debojitmozumder38@gmail.com>
Co-authored-by: Rifat <rifatstudent463@gmail.com>
Co-authored-by: Guzleon <guzleon@yahoo.es>
Diffstat (limited to 'sync_translations.py')
| -rw-r--r-- | sync_translations.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sync_translations.py b/sync_translations.py index 3d0ab7d..ca36ee6 100644 --- a/sync_translations.py +++ b/sync_translations.py @@ -9,6 +9,11 @@ import glob, os, sys # Sync store title and descriptions to the metadata directory. VALUE_DIR_TO_METADATA = { + "ar": "ar", + "ars": "ars", + "arz": "arz", + "bn-rBD": "bn-BD", + "ca": "ca", "cs": "cs-CZ", "de": "de-DE", "en": "en-US", @@ -21,15 +26,19 @@ VALUE_DIR_TO_METADATA = { "ja": "ja-JP", "ko": "ko-KR", "lv": "lv", + "my": "my", "nl": "nl-NL", "pl": "pl-PL", "pt": "pt-BR", "ro": "ro", "ru": "ru-RU", + "th": "th", + "tok": "tok", "tr": "tr-TR", "uk": "uk", "vi": "vi", "zh-rCN": "zh-CN", + "zh-rTW": "zh-TW", } # Dict of strings. Key is the pair string name and product field (often None). |
