Skip to content
This repository was archived by the owner on Feb 9, 2020. It is now read-only.
This repository was archived by the owner on Feb 9, 2020. It is now read-only.

How to change locale of SEBIAN to english #2

@matangdilis

Description

@matangdilis

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:

  1. 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

  1. 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");

  1. In sebian/config/package-lists/base.list.chroot replace task-german with task-english

Then run ./build.sh

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions