feat(i18n): add Bulgarian language translation (#1394)

* feat(localization): add bulgarian language translation

* fix(locales/bg): make tests pass

Signed-off-by: Xe Iaso <me@xeiaso.net>

---------

Signed-off-by: Xe Iaso <xe.iaso@techaro.lol>
Signed-off-by: Xe Iaso <me@xeiaso.net>
Co-authored-by: Xe Iaso <xe.iaso@techaro.lol>
Co-authored-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
ramromcode
2026-03-21 19:56:27 +00:00
committed by GitHub
parent d2c3a326af
commit bd6f654e1f
4 changed files with 71 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ func TestLocalizationService(t *testing.T) {
"zh-CN": "加载中...",
"zh-TW": "載入中...",
"sv": "Laddar...",
"bg": "Зареждане...",
}
var keys []string