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
+5
View File
@@ -119,6 +119,11 @@ export default defineNuxtConfig({
language: 'nb-NO',
name: 'Norsk bokmål',
},
{
code: 'bg',
language: 'bg-BG',
name: 'Български',
},
],
defaultLocale: 'en',
vueI18n: './i18n.config.ts',