mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-01-19 03:41:50 +08:00
universal: internationalization initial release
This commit is contained in:
parent
5c6f428d6b
commit
699bbbceb2
@ -28,7 +28,8 @@ if [[ "${LSIO_BASE}" == "alpine" ]] && [[ ! -f /usr/share/fonts/noto/NotoSansCJK
|
||||
font-noto-emoji \
|
||||
lang
|
||||
elif [[ "${LSIO_BASE}" == "ubuntu" ]] && [[ ! -f /usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc ]]; then
|
||||
apt-get update && \
|
||||
rm -f /etc/apt/apt.conf.d/docker-no-languages
|
||||
apt-get update
|
||||
apt-get install -y \
|
||||
fonts-noto \
|
||||
language-pack-af \
|
||||
@ -116,7 +117,8 @@ elif [[ "${LSIO_BASE}" == "ubuntu" ]] && [[ ! -f /usr/share/fonts/opentype/noto/
|
||||
language-pack-zh-hans \
|
||||
language-pack-zh-hant
|
||||
elif [[ "${LSIO_BASE}" == "debian" ]] && [[ ! -f /usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc ]]; then
|
||||
apt-get update && \
|
||||
rm -f /etc/apt/apt.conf.d/docker-no-languages
|
||||
apt-get update
|
||||
apt-get install -y \
|
||||
fonts-noto \
|
||||
locales-all
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user