diff options
author | alvinhochun <[email protected]> | 2021-04-30 16:51:13 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-30 18:51:13 +1000 |
commit | 1a0b542ae6fd1094306ac26f10119ed96641d5f0 (patch) | |
tree | 0620e22836481d07d0971d1d4b8f4708a8beacc0 /Translations/translation_YUE_HK.json | |
parent | a51e3e9f0325b17862b3438834a116a8c24a9088 (diff) | |
download | IronOS-1a0b542ae6fd1094306ac26f10119ed96641d5f0.tar.gz IronOS-1a0b542ae6fd1094306ac26f10119ed96641d5f0.zip |
[RFC] Multi-language firmware (second try) (#941)v2.15-rc1
* Impl. sectioned font table in firmware
* make_translation.py: Extract build_symbol_conversion_table function
* Put translation indices and strings in a struct
* Move translation objcopy step to Python
* Impl. multi-language firmware demo
* Impl. strings-compressed multi-lang firmware demo
* Add font compression to multi-lang demo
* Refactor Makefile a bit
* Fix rules for make < 4.3
* Add more multi-lang groups
* Add Pinecil multi-lang CI build
* Add lzfx compression license text
* Remote multi-language demo group
* Fix build after merge
* Import code from BriefLZ
* Change brieflz for our use case
* Change compression to use brieflz
* Remove lzfx code
* Update license file for brieflz
* Exclude brieflz files from format check
* Add BriefLZ test
Diffstat (limited to 'Translations/translation_YUE_HK.json')
-rw-r--r-- | Translations/translation_YUE_HK.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Translations/translation_YUE_HK.json b/Translations/translation_YUE_HK.json index 19af3103..0bfd24e0 100644 --- a/Translations/translation_YUE_HK.json +++ b/Translations/translation_YUE_HK.json @@ -201,6 +201,10 @@ "PowerPulseDuration": {
"text2": "電源脈衝時長",
"desc": "為保持電源喚醒,每次通電脈衝嘅時間長度 <x250ms(亳秒)>"
+ },
+ "LanguageSwitch": {
+ "text2": "語言: 廣東話",
+ "desc": ""
}
}
}
|