diff --git a/etc/xserver/x11 b/etc/xserver/x11 index cc2ec44..4c56bab 100644 --- a/etc/xserver/x11 +++ b/etc/xserver/x11 @@ -1,8 +1,13 @@ packages() { + if [ "${LANGUAGE}" == "en" ]; then + lang=${L1//_/-} + else + lang="${LANGUAGE}" + fi addpkg xorg-minimal xorg-apps xorg-fonts dbus noto-fonts-emoji mesa-dri vulkan-loader - addpkg "firefox-i18n-${L1//_/-}" - addpkg libreoffice-writer libreoffice-calc "libreoffice-i18n-${L1//_/-}" - addpkg "thunderbird-i18n-${L1//_/-}" + addpkg "firefox-i18n-${lang}" + addpkg libreoffice-writer libreoffice-calc "libreoffice-i18n-${lang}" + addpkg "thunderbird-i18n-${lang}" addpkg element-desktop addpkg vlc yt-dlp addpkg alsa-utils