Skip to content

Commit 662b08e

Browse files
Merge pull request #2916 from xianglongfei-8888/master
Add Chinese language support for 'zh'
2 parents e2bfcf5 + 9707783 commit 662b08e

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)