Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    Foldernames in german

    Kopano WebApp
    2
    3
    240
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • yythoss
      yythoss last edited by yythoss

      I would like to change the folder names in german.
      When I run the script I get the following error:

      kopano-localize-folders --u USERNAME --lang de_DE.UTF8 --verbose
      Error: Locale "de_DE.UTF8" is in "UTF8" not in UTF-8, please select an appropriate UTF-8 locale.
      

      this also not work:

      kopano-localize-folders --u USERNAME --lang de_DE.UTF-8 --verbose
      Error: Locale "de_DE.UTF-8" is in "UTF8" not in UTF-8, please select an appropriate UTF-8 locale.
      
      

      What is my problem? It is a CentOS 6 Linux.
      THX

      1 Reply Last reply Reply Quote 0
      • externa1
        externa1 last edited by

        maybe this helps

        https://forum.kopano.io/topic/1057/localized-folder-names/12

        rg
        christian

        yythoss 1 Reply Last reply Reply Quote 0
        • yythoss
          yythoss @externa1 last edited by yythoss

          I read this thread, which did not help me.
          The problen is the script checks in the new version only on UTF-8

          if "UTF-8" not in encoding:
          

          the old version checks both:

          if "UTF-8" not in encoding and "UTF8" not in encoding:
          

          No idea why this was removed.
          The next problem is that python 3 is expected to run. Under CentOS 6 python 2.6 is running.

          I have now change the script for CENTOS 6.
          If someone needs them:
          localize-folder-swt.py

          1 Reply Last reply Reply Quote 0
          • First post
            Last post