You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: allow overriding the language through the configuration
e.g. this config entry:
```ini
; nextcloud.cfg
[General]
language=de
```
will ensure that the application will always be translated to German.
It's also possible to set the configuration option from the command
line:
```sh
# set the language to German for the next client startup
./nextcloud --set-language de
# set the language to the OS default for the next client startup
./nextcloud --set-language ""
```
partial fix for #111, as this is not a GUI option
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
# Date: Mon Mar 31 12:44:55 2025 +0200
#
# On branch feature/enforce-translations
# Your branch and 'origin/feature/enforce-translations' have diverged,
# and have 1 and 1 different commits each, respectively.
#
# Changes to be committed:
# modified: src/gui/application.cpp
# modified: src/gui/application.h
# modified: src/libsync/configfile.cpp
# modified: src/libsync/configfile.h
#
# Untracked files:
# .kateproject.build
# metainfo.po
# test.metainfo.xml
#
0 commit comments