From cdd9d1b8340adeb590cac25adfd1e7d99b7a4a0a Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Sun, 3 Mar 2019 19:11:16 +0100 Subject: [PATCH] Added taiwan chinese, but needs font that supports it --- Calendar/Assets.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Calendar/Assets.py b/Calendar/Assets.py index 1bcf3b4..0a0d58f 100644 --- a/Calendar/Assets.py +++ b/Calendar/Assets.py @@ -19,7 +19,8 @@ defaultfont = "Assistant-Regular.ttf" datetime_locals = { "de" : "de_DE.UTF-8", - "en" : "en_US.UTF-8" + "en" : "en_US.UTF-8", + "zh_TW" : "zh_TW.UTF-8" } e_col = 70