From b03ccead4bfaee29ef00e0e68b83d60f5be2c853 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 16 May 2018 08:01:55 +0900 Subject: [PATCH 01/14] Update Crowdin configuration file --- crowdin.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 000000000..3f8dfdeca --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,3 @@ +files: + - source: /locales/ja.yml + translation: /locales/%two_letters_code%.yml From eb5543aae3c987cbb41c82fecbc6a2ad091e5ea1 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 16 May 2018 08:10:01 +0900 Subject: [PATCH 02/14] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b18be325f..0cb3233d4 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ please see [Setup and installation guide](./docs/setup.en.md). ---------------------------------------------------------------- **[PR](https://github.com/syuilo/misskey/pulls)s welcome!** -If you want to translate Misskey, please see [Translation guide](./docs/translate.en.md). +If you want to... +* i18n ... please see [Translation guide](./docs/translate.en.md). +* l10n ... please visit https://crowdin.com/project/misskey :heart: Backers & Sponsors ---------------------------------------------------------------- From 4e0f34ce1d07d991eda6d9bf8aa961c7664dac5e Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 16 May 2018 08:16:40 +0900 Subject: [PATCH 03/14] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cb3233d4..a44c7e16e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ultimately sophisticated new type of mini-blog based SNS. * Real time contents * ActivityPub compatible -and more! You can touch with your own eyes at https://misskey.xyz/. +and more! You can touch with your own eyes at [misskey.xyz](https://misskey.xyz). :package: Create your instance ---------------------------------------------------------------- From e127341228ebc8817f5a7a3458bc600c64224811 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 16 May 2018 08:22:07 +0900 Subject: [PATCH 04/14] i18n --- locales/en.yml | 5 +++++ locales/ja.yml | 6 ++++++ src/client/app/desktop/views/components/timeline.vue | 8 ++++---- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/locales/en.yml b/locales/en.yml index b664b2a9a..9ffd232cb 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -320,6 +320,11 @@ desktop/views/components/settings.profile.vue: description: "Description" birthday: "Birthday" save: "Update profile" +desktop/views/components/timeline.vue: + home: "Home" + local: "Local" + global: "Global" + list: "List" desktop/views/components/ui.header.account.vue: profile: "Your profile" drive: "Drive" diff --git a/locales/ja.yml b/locales/ja.yml index e13348c40..85826110f 100644 --- a/locales/ja.yml +++ b/locales/ja.yml @@ -366,6 +366,12 @@ desktop/views/components/settings.profile.vue: birthday: "誕生日" save: "保存" +desktop/views/components/timeline.vue: + home: "ホーム" + local: "ローカル" + global: "グローバル" + list: "リスト" + desktop/views/components/ui.header.account.vue: profile: "プロフィール" drive: "ドライブ" diff --git a/src/client/app/desktop/views/components/timeline.vue b/src/client/app/desktop/views/components/timeline.vue index 855d03258..a776e40a2 100644 --- a/src/client/app/desktop/views/components/timeline.vue +++ b/src/client/app/desktop/views/components/timeline.vue @@ -1,11 +1,11 @@