Added RO, fixed CA indent
Added code to list Romanian language and fixed the indentation on ca_ES entries.
This commit is contained in:
@@ -42,6 +42,7 @@ class LanguageModel extends Base
|
|||||||
'pl_PL',
|
'pl_PL',
|
||||||
'pt_PT',
|
'pt_PT',
|
||||||
'pt_BR',
|
'pt_BR',
|
||||||
|
'ro_RO',
|
||||||
'ru_RU',
|
'ru_RU',
|
||||||
'sr_Latn_RS',
|
'sr_Latn_RS',
|
||||||
'fi_FI',
|
'fi_FI',
|
||||||
@@ -99,6 +100,7 @@ class LanguageModel extends Base
|
|||||||
'pl_PL' => 'Polski',
|
'pl_PL' => 'Polski',
|
||||||
'pt_PT' => 'Português',
|
'pt_PT' => 'Português',
|
||||||
'pt_BR' => 'Português (Brasil)',
|
'pt_BR' => 'Português (Brasil)',
|
||||||
|
'ro_RO' => 'Română',
|
||||||
'ru_RU' => 'Русский',
|
'ru_RU' => 'Русский',
|
||||||
'sr_Latn_RS' => 'Srpski',
|
'sr_Latn_RS' => 'Srpski',
|
||||||
'fi_FI' => 'Suomi',
|
'fi_FI' => 'Suomi',
|
||||||
@@ -142,6 +144,7 @@ class LanguageModel extends Base
|
|||||||
'pl_PL' => 'pl',
|
'pl_PL' => 'pl',
|
||||||
'pt_PT' => 'pt',
|
'pt_PT' => 'pt',
|
||||||
'pt_BR' => 'pt-BR',
|
'pt_BR' => 'pt-BR',
|
||||||
|
'ro_RO' => 'ro',
|
||||||
'ru_RU' => 'ru',
|
'ru_RU' => 'ru',
|
||||||
'sr_Latn_RS' => 'sr',
|
'sr_Latn_RS' => 'sr',
|
||||||
'fi_FI' => 'fi',
|
'fi_FI' => 'fi',
|
||||||
|
|||||||
Reference in New Issue
Block a user