Merge pull request #577 from manythingsatonce/master

Added the Polish language localization.
This commit is contained in:
Mohit Panjwani
2021-10-26 17:40:26 +05:30
committed by GitHub
3 changed files with 919 additions and 907 deletions

View File

@ -6,6 +6,7 @@ import es from './es.json'
import ar from './ar.json'
import de from './de.json'
import ja from './ja.json'
import pl from './pl.json'
import pt_BR from './pt-br.json'
import pt from './pt.json'
import it from './it.json'
@ -29,6 +30,7 @@ const i18n = new VueI18n({
ar,
de,
ja,
pl,
pt_BR,
pt,
it,

File diff suppressed because it is too large Load Diff