Skip to content

Commit b13a4c5

Browse files
committed
Improved Vietnam translations
1 parent 9390fbd commit b13a4c5

20 files changed

+7
-2
lines changed

config/app.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,12 @@
8282

8383
// add all available translations here, after providing the needed translation files in \lang\XX
8484
// possible languages: see XX in \vendor\stefangabos\world_countries\data\countries\XX\
85+
// ONLY LANGUAGES from \vendor\stefangabos\world_countries\ CAN BE ACCEPTED !!
8586
'available_locales' => [
8687
'Deutsch' => 'de',
8788
'English' => 'en',
8889
'Nederlands' => 'nl',
89-
'Việt Nam' => 'vi',
90+
'Việt Nam' => 'vn',
9091
],
9192

9293
'fallback_locale' => env('APP_FALLBACK_LOCALE', 'en'),

lang/de/app.php

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
'session' => 'Sitzung',
1212
'terms_of_service' => 'Nutzungsbedingungen',
1313
'useful_links' => 'Nützliche Links',
14+
'impressum' => 'Impressum',
1415

1516
// Labels
1617
'api_tokens' => 'API-Token',

lang/en/app.php

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
'session' => 'Session',
1212
'terms_of_service' => 'Terms of service',
1313
'useful_links' => 'Useful links',
14+
'impressum' => 'Impressum',
1415

1516
// Labels
1617
'api_tokens' => 'API tokens',

lang/nl/app.php

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
'session' => 'Sessie',
1212
'terms_of_service' => 'Algemene voorwaarden',
1313
'useful_links' => 'Bruikbare links',
14+
'impressum' => 'Impressum',
1415

1516
// Labels
1617
'api_tokens' => 'API tokens',
File renamed without changes.

lang/vi/app.php renamed to lang/vn/app.php

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
'session' => 'Phiên',
1212
'terms_of_service' => 'Điều khoản dịch vụ',
1313
'useful_links' => 'Liên kết hữu ích',
14+
'impressum' => 'Gây ấn tượng',
1415

1516
// Labels
1617
'api_tokens' => 'Mã thông báo API',
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

lang/vi/user.php renamed to lang/vn/user.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'name' => 'Tên',
1414
'firstname' => 'Tên',
1515
'surname' => 'Họ',
16-
'email' => 'Email',
16+
'email' => 'E-mail',
1717
'password' => 'Mật khẩu',
1818
'current_password' => 'Mật khẩu hiện tại',
1919
'new_password' => 'Mật khẩu mới',
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)