diff options
author | Alvin Wong <[email protected]> | 2021-01-22 18:18:32 +0800 |
---|---|---|
committer | Alvin Wong <[email protected]> | 2021-02-07 00:10:38 +0800 |
commit | 47692024c59864c275d42a991bdb7d9fd13ad177 (patch) | |
tree | f22ec7d5e3a440fac2b4c9ad67e99870be0f18ee /source/Makefile | |
parent | 1a8826c0a8a117b45d2b56b90018f66b520a0bb6 (diff) | |
download | IronOS-47692024c59864c275d42a991bdb7d9fd13ad177.tar.gz IronOS-47692024c59864c275d42a991bdb7d9fd13ad177.zip |
Impl. CJK support with zh-TW and yue-HK translations
Also add support for generating font table using the WenQuanYi Bitmap
Song font.
Diffstat (limited to 'source/Makefile')
-rw-r--r-- | source/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile b/source/Makefile index 96062e07..95175df5 100644 --- a/source/Makefile +++ b/source/Makefile @@ -10,7 +10,7 @@ ifneq ($(model),$(filter $(model),$(ALL_MODELS))) $(error Invalid model '$(model)', valid options are: $(ALL_MODELS))
endif
-ALL_LANGUAGES=BG CS DA DE EN ES FI FR HR HU IT LT NL NL_BE NO PL PT RU SK SL SR_CYRL SR_LATN SV TR UK
+ALL_LANGUAGES=BG CS DA DE EN ES FI FR HR HU IT LT NL NL_BE NO PL PT RU SK SL SR_CYRL SR_LATN SV TR UK YUE_HK ZH_TW
# Enumerate all of the include directories
|