mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 05:42:54 -04:00
universal: internationalization initial release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user