Add polish language (#2126)

* Update i18n.config.ts

* Update nuxt.config.ts

* Add files via upload
This commit is contained in:
xGhostxDev
2025-08-26 09:40:16 +02:00
committed by GitHub
parent 303c2f1e39
commit be7943dc9b
3 changed files with 247 additions and 0 deletions
+5
View File
@@ -73,6 +73,11 @@ export default defineNuxtConfig({
language: 'zh-HK',
name: '繁體中文(香港)',
},
{
code: 'pl',
language: 'pl-PL',
name: 'Polski',
},
{
code: 'pt-BR',
language: 'pt-BR',