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

    not localized foldernames (displayed in WebApp)

    Kopano Groupware Core
    2
    4
    303
    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.
    • Robert
      Robert last edited by Robert

      My system itself is not localized , but “German Umlaute” are displayed at

      the console
      4d096a9a-9ef3-4293-99aa-d341a9960f56-grafik.png
      and at the WebApp
      6217d596-508f-4b20-9fb6-ce3db4fad048-grafik.png
      but Folders are still in english
      79fac77f-895e-4ee5-a3c4-bb2b53ffba95-grafik.png
      Therefore I’ve two questions:

      • How can I force the system to create German labeled folders for new users?
      • Ho can I rename folders to German for existing users?

      BTW: The script ./localize-folders.py terminates with

      ./localize-folders.py
      Traceback (most recent call last):
        File "./localize-folders.py", line 9, in <module>
          import kopano
      ImportError: No module named kopano
      

      Debian GNU/Linux buster/sid
      kopano-server 8.7.0

      any help is welcome
      kind regards
      Robert

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

        Hi @Robert

        To change the existing folder language to german, try the following command:

        kopano-localize-folders -u <user> --lang de_DE.utf8 --verbose
        

        If you want that all stores were created in the german language, create an admin.cfg file under /etc/kopano.
        This file should have this line in it:

        default_store_locale = de_DE.UTF-8
        

        So new mailboxes are beeing created in the german language.

        Cheers Basti

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

          Hi Basti,

          unfortunaly both doesn’t work for me:

          • the admin.cfg is already in place - and doesn’t do anything

          • the kopano-localize-folders script doesn’t run cause of the missing “kopano module” as mentioned in my post

          May all this issues have something to do with the early stage of the debian 10 packets from nightly builds but the rest of the sytem works like charm…

          regards
          Robert

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

            Hi all,

            after a clean new setup ist work’s perfect at Debian 9 and kopano-server 8.7.80 and it seems to be working also at Debian 10 (not 100% sure yet).
            Problem was - may be - a mix up with kopano-packages from Debian 10 updated with packes from nightly build.

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