1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

New Changes for Urdu Language

This commit is contained in:
Navneet Singh Negi 2020-10-13 12:23:18 +05:30
parent a307ab0183
commit 240e722417
3 changed files with 3 additions and 1 deletions

View file

@ -43,6 +43,7 @@ return [
'th', // Thai
'tr', // Turkish
'ua', // Ukrainian
'ur', //Urdu
'vi', // Vietnamese
'zh-cn', // Chinese - China
'zh-tw', // Chinese - Taiwan

View file

@ -36,7 +36,7 @@ return [
'CN' => 'چین',
'CI' => 'آئیوری کوسٹ',
'CM' => 'کیمرون',
'CD' => 'DR کانگو',
'CD' => 'جمہوری جمہوریہ کانگو',
'CG' => 'جمہوریہ کانگو',
'CO' => 'کولمبیا',
'KM' => 'کوموروس',

View file

@ -264,6 +264,7 @@ Locale::setLanguage('ta', include __DIR__ . '/config/locale/translations/ta.php'
Locale::setLanguage('th', include __DIR__.'/config/locale/translations/th.php');
Locale::setLanguage('tr', include __DIR__.'/config/locale/translations/tr.php');
Locale::setLanguage('ua', include __DIR__.'/config/locale/translations/ua.php');
Locale::setLanguage('ur', include __DIR__.'/config/locale/translations/ur.php');
Locale::setLanguage('vi', include __DIR__.'/config/locale/translations/vi.php');
Locale::setLanguage('zh-cn', include __DIR__.'/config/locale/translations/zh-cn.php');
Locale::setLanguage('zh-tw', include __DIR__.'/config/locale/translations/zh-tw.php');