Hi everybody,
I set up a Nextcloud for a german client and would like to use the german translation. So I set the following parameter in config/config.php
'force_language' => 'de_DE',
'default_language' => 'de_DE',
Unfortunately the language seems to be mixed. When I log in to the cloud it says āDateienā (correct german word for files) for some milliseconds and then it switches to the english translation and says āFilesā.
The same happens with other words which arenāt translated correctly. Words like āSizeā, āSharedā or ā⦠days agoā arenāt translated at all, although the parameters seem to be correctly set.
What is the problem? It seems like Nextcloud doesnāt know which language to choose. The translation files in settings/l10n also seem to be correctly translated.
Thanks for your help.