Add Slovak language

This commit is contained in:
Smexhy
2022-09-10 23:47:20 +02:00
committed by GitHub
parent 8d300d42a4
commit ae2e741f6e
3 changed files with 397 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ import pirate from '@/assets/locales/zz-pirate.json';
import sv from '@/assets/locales/sv.json';
import bg from '@/assets/locales/bg.json';
import ko from '@/assets/locales/ko.json';
import sk from '@/assets/locales/sk.json';
// Language data - Next register your language by adding it to this list
export const languages = [
@@ -142,6 +143,12 @@ export const languages = [
locale: ko,
flag: '🇰🇷',
},
{ // Slovak
name: 'Slovenčina',
code: 'sk',
locale: sk,
flag: '🇸🇰',
},
];
/**