mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
Added the Polish language localization.
This commit is contained in:
@ -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"],
|
||||
|
||||
@ -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
Reference in New Issue
Block a user