0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 13:22:58 -05:00

Update translations

This commit is contained in:
dragongoose 2023-08-13 10:50:27 -04:00
parent 78e19251dd
commit 5cddb95ce8
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5
3 changed files with 6 additions and 4 deletions

View file

@ -17,8 +17,8 @@
export default {
setup() {
return {
langs: ['en-US', 'es-ES', 'nl-NL', 'pt-PT', 'fa-IR', 'he-IL', 'ru-RU'],
names: ['English', 'Español', 'Nederlands', 'Português', 'فارسی', 'עִבְרִית', 'Русский']
langs: ['en-US', 'es-ES', 'nl-NL', 'pt-PT', 'fa-IR', 'he-IL', 'ru-RU', 'ko-KR'],
names: ['English', 'Español', 'Nederlands', 'Português', 'فارسی', 'עִבְרִית', 'Русский', '한국어']
}
},
mounted() {

View file

@ -6,6 +6,7 @@ import pt from '@/locales/pt.json'
import fa from '@/locales/fa.json'
import he from '@/locales/he.json'
import ru from '@/locales/ru.json'
import ko from '@/locales/ko.json'
export default createI18n({
legacy: false,
@ -19,6 +20,7 @@ export default createI18n({
'pt-PT': pt,
'fa-IR': fa,
'he-IL': he,
'ru-RU': ru
'ru-RU': ru,
'ko-KR': ko
}
})

@ -1 +1 @@
Subproject commit 10d7cc027c65e925ff943c566155496c65789c54
Subproject commit 879907813dda214e52774879fe93d669c2c924f2