Skip to content

Commit 9707783

Browse files
Add Chinese language support for 'zh'
Add Chinese language support for 'zh'
1 parent 2814a28 commit 9707783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/robotide/postinstall/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def _create_desktop_shortcut_linux(frame=None):
178178
# DEBUG: Add more languages
179179
desktop = {"de": "Desktop", "en": "Desktop", "es": "Escritorio",
180180
"fi": r"Työpöytä", "fr": "Bureau", "it": "Scrivania",
181-
"pt": r"Área de Trabalho"}
181+
"pt": r"Área de Trabalho", "zh": "Desktop"}
182182
user = getlogin()
183183
try:
184184
ndesktop = desktop[DEFAULT_LANGUAGE[0][:2]]

0 commit comments

Comments
 (0)