German language fails
Permalink 1 user found helpful
Hello,
i tried to switch the backend language to german, but this won't work at my webhosters linux machine.. i always get an error from 3rd party zend module:
i tried everything:
set environment vars and checked if the dirs are correct:
Site LOCALE: de_DE
Active LOCALE: de_DE
Current working directory: /home/.sites/144/site847/web/cms
Dir language site interface: /home/.sites/144/site847/web/cms/languages/site
Dir languages: /home/.sites/144/site847/web/cms/languages
Dir languages core: /home/.sites/144/site847/web/cms/concrete/languages
any ideas?
i tried to switch the backend language to german, but this won't work at my webhosters linux machine.. i always get an error from 3rd party zend module:
Notice: The language 'de_DE' has to be added before it can be used. in /home/.sites/144/site847/web/sv04_2/concrete/libraries/3rdparty/Zend/Translate/Adapter.php on line 430 Notice: No translation for the language 'de' available. in /home/.sites/144/site847/web/sv04_2/concrete/libraries/3rdparty/Zend/Translate/Adapter.php on line 443
i tried everything:
set environment vars and checked if the dirs are correct:
Site LOCALE: de_DE
Active LOCALE: de_DE
Current working directory: /home/.sites/144/site847/web/cms
Dir language site interface: /home/.sites/144/site847/web/cms/languages/site
Dir languages: /home/.sites/144/site847/web/cms/languages
Dir languages core: /home/.sites/144/site847/web/cms/concrete/languages
any ideas?
I thought this has been fixed a long time ago, if I remember correctly in this PRhttps://github.com/concrete5/concrete5/pull/582...
Also, this isn't an error, it's just a notice. Shouldn't happen in a perfect world, but you can usually just hide them by switching the debug mode to production.
Also, this isn't an error, it's just a notice. Shouldn't happen in a perfect world, but you can usually just hide them by switching the debug mode to production.
nope sorry, these should have fixed this problem
https://github.com/concrete5/concrete5/commit/8d5b8317e72eef050a019b...
https://github.com/concrete5/concrete5/commit/cd02cb27915046542a222a...
https://github.com/concrete5/concrete5/commit/8d5b8317e72eef050a019b...
https://github.com/concrete5/concrete5/commit/cd02cb27915046542a222a...
WOW this did the trick! Thanks a lot, almost got crazy bout this
it works fine on my setup. Version 5.6.3 and 5.6.3.1 of c5 on Windows. The german package comes already installed with these two versions. The language file for both versions is cms/languages/de_DE/messages.mo. There are no other language folders anywhere else which I can find.
Ich hoffe das hilft ...