diff options
| author | Simon Rettberg | 2025-05-13 15:49:20 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2025-05-13 15:49:20 +0200 |
| commit | 1fd59d15ae41b3b47060de2a995636521db21f7f (patch) | |
| tree | 972e0910c9b68df4f923f0dbc2795992329e5e14 | |
| parent | [kiosk-chromium] Make requested language configurable, default to de_DE (diff) | |
| download | mltk-1fd59d15ae41b3b47060de2a995636521db21f7f.tar.gz mltk-1fd59d15ae41b3b47060de2a995636521db21f7f.tar.xz mltk-1fd59d15ae41b3b47060de2a995636521db21f7f.zip | |
[kiosk-chromium] Should be de-DE, not de_DE because of course
... it's not a system locale after all, so why should those two use
the same syntax. :)
| -rw-r--r-- | core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/10-chromium | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/10-chromium b/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/10-chromium index 4c864819..e18c9ea2 100644 --- a/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/10-chromium +++ b/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/10-chromium @@ -146,7 +146,7 @@ if [ -n "$SLX_BROWSER_RELOAD_SECS" ] && [ "$SLX_BROWSER_RELOAD_SECS" -gt 0 ]; th ) & fi -chromium_args+=( "--accept-lang=${SLX_BROWSER_LANG:-de_DE,en_US}" ) +chromium_args+=( "--accept-lang=${SLX_BROWSER_LANG:-de-DE,en-US}" ) if is_on "$SLX_BROWSER_INSECURE"; then chromium_args+=( "--allow-running-insecure-content" "--ignore-certificate-errors" ) |
