mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-02-07 04:08:04 -05:00
Add persian translation
This commit is contained in:
parent
7e3f7c7d47
commit
72d572dffe
3 changed files with 5 additions and 3 deletions
|
@ -12,8 +12,8 @@
|
|||
export default {
|
||||
setup() {
|
||||
return {
|
||||
langs: ['en-US', 'es-ES', 'nl-NL', 'pt-PT'],
|
||||
names: ['English', 'Español', 'Nederlands', 'Português']
|
||||
langs: ['en-US', 'es-ES', 'nl-NL', 'pt-PT', 'fa-IR'],
|
||||
names: ['English', 'Español', 'Nederlands', 'Português', 'فارسی']
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
|
|
@ -3,6 +3,7 @@ import en from '@/locales/en.json'
|
|||
import es from '@/locales/es.json'
|
||||
import nl from '@/locales/nl.json'
|
||||
import pt from '@/locales/pt.json'
|
||||
import fa from '@/locales/fa.json'
|
||||
|
||||
export default createI18n({
|
||||
legacy: false,
|
||||
|
@ -14,5 +15,6 @@ export default createI18n({
|
|||
'es-ES': es,
|
||||
'nl-NL': nl,
|
||||
'pt-PT': pt,
|
||||
'fa-IR': fa,
|
||||
}
|
||||
})
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b0d3805bc0572c2f7fd2f031f070adec8097e50d
|
||||
Subproject commit 06be030adc22ceb02bca215a12c9ae4fc0b56208
|
Loading…
Add table
Reference in a new issue