Update language-list.js

Added the Ukrainian language
This commit is contained in:
mialkov 2024-10-11 12:22:21 +03:00 committed by GitHub
parent 20720ca4f9
commit ba8a46cc4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,7 @@ import brazilLanguage from 'data/languages/br';
import greekLanguage from 'data/languages/gr';
import dutchLanguage from 'data/languages/nl';
import polishLanguage from 'data/languages/pl';
import ukrainianLanguage from 'data/languages/ua';
export default {
'en': {
@ -75,4 +76,8 @@ export default {
name: 'Polish',
data: polishLanguage
},
'ua': {
name: 'Ukrainian',
data: ukrainianLanguage
},
};