mirror of
https://github.com/BigfootACA/arch-image-builder.git
synced 2024-11-11 04:38:40 +08:00
configs: locale: More locales
This commit is contained in:
parent
6bd88e9348
commit
4b6d3c4094
33
configs/locale/en-US.yaml
Normal file
33
configs/locale/en-US.yaml
Normal file
@ -0,0 +1,33 @@
|
||||
# I18N for English (US)
|
||||
locale:
|
||||
enable:
|
||||
- "en_US.UTF-8 UTF-8"
|
||||
default: en_US.UTF-8
|
||||
|
||||
systemd:
|
||||
enable:
|
||||
- systemd-timesyncd
|
||||
|
||||
filesystem:
|
||||
files:
|
||||
# Wireless regulatory
|
||||
- path: /etc/conf.d/wireless-regdom
|
||||
content: |
|
||||
WIRELESS_REGDOM="US"
|
||||
# Windows NTP Server
|
||||
- path: /etc/systemd/timesyncd.conf.d/windows-ntp.conf
|
||||
content: |
|
||||
[Time]
|
||||
NTP=time.windows.com
|
||||
|
||||
sysconf:
|
||||
environments:
|
||||
GTK_IM_MODULE: ibus
|
||||
QT_IM_MODULE: ibus
|
||||
XMODIFIERS: '@im=ibus'
|
||||
COUNTRY: US
|
||||
LANG: en_US.UTF-8
|
||||
LANGUAGE: en_US.UTF-8
|
||||
LC_ALL: en_US.UTF-8
|
||||
TZ: US/Eastern
|
||||
timezone: US/Eastern
|
33
configs/locale/ru-RU.yaml
Normal file
33
configs/locale/ru-RU.yaml
Normal file
@ -0,0 +1,33 @@
|
||||
# I18N for Russian
|
||||
locale:
|
||||
enable:
|
||||
- "ru_RU.UTF-8 UTF-8"
|
||||
- "en_US.UTF-8 UTF-8"
|
||||
default: en_US.UTF-8
|
||||
|
||||
systemd:
|
||||
enable:
|
||||
- systemd-timesyncd
|
||||
|
||||
filesystem:
|
||||
files:
|
||||
# Wireless regulatory
|
||||
- path: /etc/conf.d/wireless-regdom
|
||||
content: |
|
||||
WIRELESS_REGDOM="RU"
|
||||
- path: /etc/systemd/timesyncd.conf.d/ntp-pool-ntp.conf
|
||||
content: |
|
||||
[Time]
|
||||
NTP=0.ru.pool.ntp.org
|
||||
|
||||
sysconf:
|
||||
environments:
|
||||
GTK_IM_MODULE: ibus
|
||||
QT_IM_MODULE: ibus
|
||||
XMODIFIERS: '@im=ibus'
|
||||
COUNTRY: RU
|
||||
LANG: ru_RU.UTF-8
|
||||
LANGUAGE: ru_RU.UTF-8
|
||||
LC_ALL: ru_RU.UTF-8
|
||||
TZ: Europe/Moscow
|
||||
timezone: Europe/Moscow
|
Loading…
Reference in New Issue
Block a user