From afb219dce0b65c5ffbc92c29e1c98f69a8b26ee9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 14 Nov 2024 22:23:47 +0100 Subject: [PATCH] add Bulgarian as available language Got recently contributed to proxmox-i18n in commit 8ee24fd ("add Bulgarian translations") Signed-off-by: Thomas Lamprecht --- src/Utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Utils.js b/src/Utils.js index 40722c2..978b558 100644 --- a/src/Utils.js +++ b/src/Utils.js @@ -64,6 +64,7 @@ utilities: { language_map: { //language map is sorted alphabetically by iso 639-1 ar: `العربية - ${gettext("Arabic")}`, + bg: `Български - ${gettext("Bulgarian")}`, ca: `Català - ${gettext("Catalan")}`, da: `Dansk - ${gettext("Danish")}`, de: `Deutsch - ${gettext("German")}`,