configs: locale: More locales

This commit is contained in:
anonymix007 2024-08-21 17:47:40 +03:00
parent 8dcfde246c
commit a7fabccdee
2 changed files with 58 additions and 0 deletions

29
configs/locale/en-US.yaml Normal file
View 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
View 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