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

@ -43,6 +43,7 @@ return [
["code" => "ja", "name" => "Japanese"],
["code" => "it", "name" => "Italian"],
["code" => "lv", "name" => "Latvian"],
["code" => "pl", "name" => "Polish"],
["code" => "pt_BR", "name" => "Portuguese (Brazilian)"],
["code" => "sr", "name" => "Serbian Latin"],
["code" => "ko", "name" => "Korean"],

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