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
{{ message }}
This repository was archived by the owner on Feb 9, 2020. It is now read-only.
I would just like to share my experience about changing the locale of SEBIAN from the default Deutsche (German) locale (de_DE.UTF-8; de-DE) to English. This information is not in the readme.md:
Replace the ff. parameters in config.iso and config.net
a) locale=en_US.UTF-8
b) keyboard-layouts=us
NOTE: Replace sebian/auto/config with the modified config file. For example if you want to create an iso file:
cp sebian/config.iso sebian/auto/config
Replace the ff. preferences parameters from de-DE to en-US
a) sebian/config/includes.chroot/opt/seb/apps/chrome/defaults/seb/preferences/prefs.js:
user_pref("general.useragent.locale", "en-US");
b) sebian/config/includes.chroot/opt/seb/apps/chrome/defaults/seb/preferences/debug.js:
user_pref("general.useragent.locale", "en-US");
In sebian/config/package-lists/base.list.chroot replace task-german with task-english