Skip to content

Commit

Permalink
Merge pull request #2916 from xianglongfei-8888/master
Browse files Browse the repository at this point in the history
Add Chinese language support for 'zh'
  • Loading branch information
HelioGuilherme66 authored Dec 18, 2024
2 parents e2bfcf5 + 9707783 commit 662b08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robotide/postinstall/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def _create_desktop_shortcut_linux(frame=None):
# DEBUG: Add more languages
desktop = {"de": "Desktop", "en": "Desktop", "es": "Escritorio",
"fi": r"Työpöytä", "fr": "Bureau", "it": "Scrivania",
"pt": r"Área de Trabalho"}
"pt": r"Área de Trabalho", "zh": "Desktop"}
user = getlogin()
try:
ndesktop = desktop[DEFAULT_LANGUAGE[0][:2]]
Expand Down

0 comments on commit 662b08e

Please sign in to comment.