There was an error while loading. Please reload this page.
1 parent 1f5a06f commit 09f59e7Copy full SHA for 09f59e7
1 file changed
backend/app/config.py
@@ -144,6 +144,7 @@ def get_secret(env_var: str, default: str = None) -> str | None:
144
"tr": "Türkçe",
145
"uk": "Українська",
146
"zh_Hans": "简化字",
147
+ "zh_Hant": "繁體字",
148
}
149
150
Flask.json_provider_class = KitchenOwlJSONProvider
0 commit comments