aboutsummaryrefslogtreecommitdiffhomepage
path: root/source/Makefile
diff options
context:
space:
mode:
authorAlvin Wong <[email protected]>2021-01-22 18:18:32 +0800
committerAlvin Wong <[email protected]>2021-02-07 00:10:38 +0800
commit47692024c59864c275d42a991bdb7d9fd13ad177 (patch)
treef22ec7d5e3a440fac2b4c9ad67e99870be0f18ee /source/Makefile
parent1a8826c0a8a117b45d2b56b90018f66b520a0bb6 (diff)
downloadIronOS-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/Makefile2
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