diff --git a/src/robotide/postinstall/__init__.py b/src/robotide/postinstall/__init__.py index d237ad875..3a83a4ac8 100644 --- a/src/robotide/postinstall/__init__.py +++ b/src/robotide/postinstall/__init__.py @@ -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]]