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',
|
||||
'pt_PT',
|
||||
'pt_BR',
|
||||
'ro_RO',
|
||||
'ru_RU',
|
||||
'sr_Latn_RS',
|
||||
'fi_FI',
|
||||
@@ -99,6 +100,7 @@ class LanguageModel extends Base
|
||||
'pl_PL' => 'Polski',
|
||||
'pt_PT' => 'Português',
|
||||
'pt_BR' => 'Português (Brasil)',
|
||||
'ro_RO' => 'Română',
|
||||
'ru_RU' => 'Русский',
|
||||
'sr_Latn_RS' => 'Srpski',
|
||||
'fi_FI' => 'Suomi',
|
||||
@@ -142,6 +144,7 @@ class LanguageModel extends Base
|
||||
'pl_PL' => 'pl',
|
||||
'pt_PT' => 'pt',
|
||||
'pt_BR' => 'pt-BR',
|
||||
'ro_RO' => 'ro',
|
||||
'ru_RU' => 'ru',
|
||||
'sr_Latn_RS' => 'sr',
|
||||
'fi_FI' => 'fi',
|
||||
|
||||
Reference in New Issue
Block a user