Merge pull request #1065 from SaifurRahmanMohsin/patch-1

Missing comma
This commit is contained in:
Samuel Georges 2015-04-12 08:38:42 +10:00
commit c96cef702c

View File

@ -56,7 +56,7 @@ class BackendPreferences extends Model
'tr' => [Lang::get('system::lang.locale.tr'), 'flag-tr'],
'pl' => [Lang::get('system::lang.locale.pl'), 'flag-pl'],
'sk' => [Lang::get('system::lang.locale.sk'), 'flag-sk'],
'zh-cn' => [Lang::get('system::lang.locale.zh-cn'), 'flag-cn']
'zh-cn' => [Lang::get('system::lang.locale.zh-cn'), 'flag-cn'],
'nb-no' => [Lang::get('system::lang.locale.nb-no'), 'flag-no'],
];