From d78042824caa93e6704a556e4b81d3c73fdb1d07 Mon Sep 17 00:00:00 2001 From: tom5079 Date: Tue, 14 May 2019 13:36:35 +0900 Subject: [PATCH] rollback --- _config.yml | 8 +------- _i18n/en.yml | 3 --- _i18n/ja.yml | 3 --- _i18n/ko.yml | 3 --- _layouts/default.html | 4 ++-- 5 files changed, 3 insertions(+), 18 deletions(-) delete mode 100644 _i18n/en.yml delete mode 100644 _i18n/ja.yml delete mode 100644 _i18n/ko.yml diff --git a/_config.yml b/_config.yml index 96bc7786..462678c3 100644 --- a/_config.yml +++ b/_config.yml @@ -9,10 +9,4 @@ google_analytics: UA-119938781-2 github: app_url: https://github.com/tom5079/Pupil-issue/releases/download/1.2/Pupil-v1.2.apk - issue_url: https://github.com/tom5079/Pupil-issue/issues/new/choose - -gems: - - jekyll-multiple-languages-plugin - -languages: ["en", "ko", "ja"] -exclude_from_localizations: [] \ No newline at end of file + issue_url: https://github.com/tom5079/Pupil-issue/issues/new/choose \ No newline at end of file diff --git a/_i18n/en.yml b/_i18n/en.yml deleted file mode 100644 index 61c9c164..00000000 --- a/_i18n/en.yml +++ /dev/null @@ -1,3 +0,0 @@ -header: - download_app: Download app - having_a_problem: Having a problem? \ No newline at end of file diff --git a/_i18n/ja.yml b/_i18n/ja.yml deleted file mode 100644 index cc81bdec..00000000 --- a/_i18n/ja.yml +++ /dev/null @@ -1,3 +0,0 @@ -header: - download_app: アプリダウンロード - having_a_problem: 問題がありますか? \ No newline at end of file diff --git a/_i18n/ko.yml b/_i18n/ko.yml deleted file mode 100644 index 200d9249..00000000 --- a/_i18n/ko.yml +++ /dev/null @@ -1,3 +0,0 @@ -header: - download_app: 앱 다운로드 - having_a_problem: 문제가 있으세요? \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index f40a6154..62464811 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -25,8 +25,8 @@

{{ page.title | default: site.title | default: site.github.repository_name }}

{{ page.description | default: site.description | default: site.github.project_tagline }}

{% if site.show_downloads %} - (% t header.download_app %} - {% header.having_a_problem %} + Download app + Having a problem? {% endif %}