]> BookStack Code Mirror - bookstack/commitdiff
Updated Korean to be correct country code
authorDan Brown <redacted>
Fri, 18 Oct 2019 13:27:41 +0000 (14:27 +0100)
committerDan Brown <redacted>
Fri, 18 Oct 2019 13:27:41 +0000 (14:27 +0100)
13 files changed:
app/Config/app.php
app/Http/Middleware/Localization.php
resources/lang/en/settings.php
resources/lang/ko/activities.php [moved from resources/lang/kr/activities.php with 100% similarity]
resources/lang/ko/auth.php [moved from resources/lang/kr/auth.php with 100% similarity]
resources/lang/ko/common.php [moved from resources/lang/kr/common.php with 100% similarity]
resources/lang/ko/components.php [moved from resources/lang/kr/components.php with 100% similarity]
resources/lang/ko/entities.php [moved from resources/lang/kr/entities.php with 100% similarity]
resources/lang/ko/errors.php [moved from resources/lang/kr/errors.php with 100% similarity]
resources/lang/ko/pagination.php [moved from resources/lang/kr/pagination.php with 100% similarity]
resources/lang/ko/passwords.php [moved from resources/lang/kr/passwords.php with 100% similarity]
resources/lang/ko/settings.php [moved from resources/lang/kr/settings.php with 100% similarity]
resources/lang/ko/validation.php [moved from resources/lang/kr/validation.php with 100% similarity]

index b5bf891b2b672dd6547d4b15b00585e465ee068f..85b89246502bbd41732e3d8fd00c845379398809 100755 (executable)
@@ -52,7 +52,7 @@ return [
     'locale' => env('APP_LANG', 'en'),
 
     // Locales available
-    'locales' => ['en', 'ar', 'de', 'de_informal', 'es', 'es_AR', 'fr', 'hu', 'nl', 'pt_BR', 'sk', 'cs', 'sv', 'kr', 'ja', 'pl', 'it', 'ru', 'uk', 'zh_CN', 'zh_TW', 'tr'],
+    'locales' => ['en', 'ar', 'de', 'de_informal', 'es', 'es_AR', 'fr', 'hu', 'nl', 'pt_BR', 'sk', 'cs', 'sv', 'ko', 'ja', 'pl', 'it', 'ru', 'uk', 'zh_CN', 'zh_TW', 'tr'],
 
     //  Application Fallback Locale
     'fallback_locale' => 'en',
index 8fe4ca9906c7f62ab61ece1df2f18ce5d0150f08..de48cb19619273ba60eceac771ff79657197d9af 100644 (file)
@@ -27,7 +27,7 @@ class Localization
         'fr' => 'fr_FR',
         'it' => 'it_IT',
         'ja' => 'ja',
-        'kr' => 'ko_KR',
+        'ko' => 'ko_KR',
         'nl' => 'nl_NL',
         'pl' => 'pl_PL',
         'pt_BR' => 'pt_BR',
index 026308a3451603809d7487bbf2a3bd6734a5ff92..14e5ae3b021eeef16b65fc1e26cafe359ac6295b 100755 (executable)
@@ -152,7 +152,7 @@ return [
         'sk' => 'Slovensky',
         'cs' => 'Česky',
         'sv' => 'Svenska',
-        'kr' => '한국어',
+        'ko' => '한국어',
         'ja' => '日本語',
         'pl' => 'Polski',
         'it' => 'Italian',