Foldernames in german
-
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 -
-
I read this thread, which did not help me.
The problen is the script checks in the new version only on UTF-8if "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