mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-20 10:21:36 -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 \
|
font-noto-emoji \
|
||||||
lang
|
lang
|
||||||
elif [[ "${LSIO_BASE}" == "ubuntu" ]] && [[ ! -f /usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc ]]; then
|
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 \
|
apt-get install -y \
|
||||||
fonts-noto \
|
fonts-noto \
|
||||||
language-pack-af \
|
language-pack-af \
|
||||||
@@ -116,7 +117,8 @@ elif [[ "${LSIO_BASE}" == "ubuntu" ]] && [[ ! -f /usr/share/fonts/opentype/noto/
|
|||||||
language-pack-zh-hans \
|
language-pack-zh-hans \
|
||||||
language-pack-zh-hant
|
language-pack-zh-hant
|
||||||
elif [[ "${LSIO_BASE}" == "debian" ]] && [[ ! -f /usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc ]]; then
|
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 \
|
apt-get install -y \
|
||||||
fonts-noto \
|
fonts-noto \
|
||||||
locales-all
|
locales-all
|
||||||
|
|||||||
Reference in New Issue
Block a user