Skip to content

Commit 47e7f2a

Browse files
committed
fix: add Czech to Flask definitions
1 parent fbacea6 commit 47e7f2a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

sketch_map_tool/definitions.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,10 @@ def create_literature_reference(element) -> LiteratureReference:
224224

225225
ALL_PAPER_FORMATS = [A0, A1, A2, A3, A4, TABLOID, LETTER]
226226

227-
LANGUAGES = {"en": "English", "de": "Deutsch", "es": "Español", "fr": "Français"}
227+
LANGUAGES = {
228+
"en": "English",
229+
"de": "Deutsch",
230+
"es": "Español",
231+
"fr": "Français",
232+
"cs": "Český",
233+
}

0 commit comments

Comments
 (0)