Add Bulgarian translation (#2466)

This commit is contained in:
Bare7a
2026-02-09 09:00:38 +02:00
committed by GitHub
parent a5880cc0b8
commit c456c5e7dd
3 changed files with 293 additions and 0 deletions
+2
View File
@@ -16,6 +16,7 @@ import bn from './locales/bn.json';
import id from './locales/id.json';
import nl from './locales/nl.json';
import nb from './locales/nb.json';
import bg from './locales/bg.json';
export default defineI18nConfig(() => ({
legacy: false,
@@ -39,5 +40,6 @@ export default defineI18nConfig(() => ({
id,
nl,
nb,
bg,
},
}));