mirror of
https://github.com/BigfootACA/arch-image-builder.git
synced 2024-11-11 07:57:53 +08:00
configs: locale: More locales
This commit is contained in:
parent
8dcfde246c
commit
a7fabccdee
29
configs/locale/en-US.yaml
Normal file
29
configs/locale/en-US.yaml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# I18N for English (US)
|
||||||
|
locale:
|
||||||
|
enable:
|
||||||
|
- "en_US.UTF-8 UTF-8"
|
||||||
|
default: en_US.UTF-8
|
||||||
|
|
||||||
|
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
|
29
configs/locale/ru-RU.yaml
Normal file
29
configs/locale/ru-RU.yaml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# I18N for Russian
|
||||||
|
locale:
|
||||||
|
enable:
|
||||||
|
- "ru_RU.UTF-8 UTF-8"
|
||||||
|
- "en_US.UTF-8 UTF-8"
|
||||||
|
default: en_US.UTF-8
|
||||||
|
|
||||||
|
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