Skip to content

Commit 09f59e7

Browse files
committed
feat(backend): Add traditional chinese
1 parent 1f5a06f commit 09f59e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/app/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ def get_secret(env_var: str, default: str = None) -> str | None:
144144
"tr": "Türkçe",
145145
"uk": "Українська",
146146
"zh_Hans": "简化字",
147+
"zh_Hant": "繁體字",
147148
}
148149

149150
Flask.json_provider_class = KitchenOwlJSONProvider

0 commit comments

Comments
 (0)