From e9a5275f6c2fb88ed66cf91c6cb3a04c15887270 Mon Sep 17 00:00:00 2001 From: Keonsoon Hwang Date: Thu, 28 Nov 2019 06:10:52 +0000 Subject: [PATCH] remove mistyped character prepare to support Korean language --- aircraft-data.php | 6 +++--- require/class.Language.php | 5 +++-- search.php | 4 ++-- statistics.php | 4 ++-- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/aircraft-data.php b/aircraft-data.php index d1ad7a98..233e1ec1 100644 --- a/aircraft-data.php +++ b/aircraft-data.php @@ -238,9 +238,9 @@ } print '
'; if (isset($_COOKIE['MapFormat']) && $_COOKIE['MapFormat'] == '3d') { - print 'Track it link !'; + print ''._("Track it link !").''; } else { - print 'Track it link !'; + print ''._("Track it link !").''; } print '
'; print ''; @@ -251,4 +251,4 @@ print ''; } ?> - \ No newline at end of file + diff --git a/require/class.Language.php b/require/class.Language.php index 5fe82a1e..cd57c3cf 100644 --- a/require/class.Language.php +++ b/require/class.Language.php @@ -71,7 +71,8 @@ class Language { 'uk_UA' => array('Українська', 'en', 'ukrainian'), // ua_UA 'ja_JP' => array('日本語', 'ja', 'japanese'), 'zh_CN' => array('简体中文', 'zh', 'chinese'), - 'zh_TW' => array('繁體中文', 'zh', 'chinese') + 'zh_TW' => array('繁體中文', 'zh', 'chinese'), + 'ko_KR' => array('한글', 'ko', 'korean') ); /** @@ -119,4 +120,4 @@ public function getLanguages() return $allAvailableLanguages; } } -?> \ No newline at end of file +?> diff --git a/search.php b/search.php index 425312d2..97e14e81 100644 --- a/search.php +++ b/search.php @@ -518,7 +518,7 @@ function failureCB(errorCode) {
- Altitude +
@@ -761,4 +761,4 @@ function failureCB(errorCode) { \ No newline at end of file +?> diff --git a/statistics.php b/statistics.php index f826b1b4..05a34b6c 100644 --- a/statistics.php +++ b/statistics.php @@ -51,7 +51,7 @@ -- + @@ -1571,4 +1571,4 @@ function redraw() { \ No newline at end of file +?>