Skip to content

Commit

Permalink
Adding Korean string to other languages
Browse files Browse the repository at this point in the history
  • Loading branch information
darron1217 committed Dec 11, 2017
1 parent 57e1b50 commit e4b47fe
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions Modules/Translation/Resources/lang/core/de/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'portuguese' => 'Portugiesisch',
'arabic' => 'Arabisch',
'czech' => 'Tschechisch',
'korean' => 'Korean',
],
'button' => [
'cancel' => 'Abbrechen',
Expand Down
1 change: 1 addition & 0 deletions Modules/Translation/Resources/lang/core/el/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'greek' => 'Ελληνικά',
'spanish' => 'Spanish',
'czech' => 'Τσέχος',
'korean' => 'Korean',
],
'button' => [
'cancel' => 'Άκυρο',
Expand Down
1 change: 1 addition & 0 deletions Modules/Translation/Resources/lang/core/en/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'turkish' => 'Türkçe',
'czech' => 'Czech',
'swedish' => 'Svenska',
'korean' => 'Korean',
],
'button' => [
'cancel' => 'Cancel',
Expand Down
1 change: 1 addition & 0 deletions Modules/Translation/Resources/lang/core/es/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'turkish' => 'Turco',
'czech' => 'Checo',
'swedish' => 'Sueco',
'korean' => 'Korean',
],
'button' => [
'cancel' => 'Cancelar',
Expand Down
1 change: 1 addition & 0 deletions Modules/Translation/Resources/lang/core/fr/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'macedonian' => 'Мacédonien',
'turkish' => 'Turc',
'swedish' => 'Suédois',
'korean' => 'Korean',
],
'button' => [
'cancel' => 'Annuler',
Expand Down
1 change: 1 addition & 0 deletions Modules/Translation/Resources/lang/core/it/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'greek' => 'Ελληνικά',
'spanish' => 'Spanish',
'czech' => 'Ceco',
'korean' => 'Korean',
],
'button' => [
'cancel' => 'Cancella',
Expand Down
1 change: 1 addition & 0 deletions Modules/Translation/Resources/lang/core/mk/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'arabic' => 'Арапски',
'macedonian' => 'Македонски',
'czech' => 'Чешка',
'korean' => 'Korean',
],
'button' => [
'cancel' => 'Откажи',
Expand Down
1 change: 1 addition & 0 deletions Modules/Translation/Resources/lang/core/nl/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'turkish' => 'Turks',
'czech' => 'Tsjechisch',
'swedish' => 'Zweeds',
'korean' => 'Korean',
],
'button' => [
'cancel' => 'Annuleren',
Expand Down
1 change: 1 addition & 0 deletions Modules/Translation/Resources/lang/core/pl/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
'spanish' => 'Hiszpański',
'polish' => 'Polski',
'czech' => 'Czech',
'korean' => 'Korean',
],
'button' => [
'cancel' => 'Anuluj',
Expand Down
1 change: 1 addition & 0 deletions Modules/Translation/Resources/lang/core/pt/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'greek' => 'Grego',
'spanish' => 'Espanhol',
'czech' => 'Checo',
'korean' => 'Korean',
],
'button' => [
'cancel' => 'Cancelar',
Expand Down
1 change: 1 addition & 0 deletions Modules/Translation/Resources/lang/core/ru/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
'spanish' => 'Испанский',
'russian' => 'Русский',
'czech' => 'Чешский',
'korean' => 'Korean',
],
'button' => [
'cancel' => 'Отменить',
Expand Down
1 change: 1 addition & 0 deletions Modules/Translation/Resources/lang/core/tr/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
'turkish' => 'Türkçe',
'macedonian' => 'Makedonca',
'czech' => 'Çek',
'korean' => 'Korean',
],
'button' => [
'cancel' => 'Vazgeç',
Expand Down
1 change: 1 addition & 0 deletions Modules/Translation/Resources/lang/core/zh/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
'chinese (simplified)' => '简体中文',
'chinese (traditional)' => '繁体中文',
'czech' => '捷克',
'korean' => 'Korean',
],
'button' => [
'cancel' => '取消',
Expand Down

0 comments on commit e4b47fe

Please sign in to comment.