From 61f22371218693f997a5c3849bf8366567118d9b Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 20 Jan 2023 00:04:09 +0900 Subject: [PATCH] feat(i18n): allow "Version" string on about page to localize (#1314) --- locales/en-US.json | 3 ++- locales/ja-JP.json | 3 ++- pages/settings/about/index.vue | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/locales/en-US.json b/locales/en-US.json index 0b991c02..3b464838 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -280,7 +280,8 @@ "sponsors": "Sponsors", "sponsors_body_1": "Elk is made possible thanks the generous sponsoring and help of:", "sponsors_body_2": "And all the companies and individuals sponsoring Elk Team and the members.", - "sponsors_body_3": "If you're enjoying the app, consider sponsoring us:" + "sponsors_body_3": "If you're enjoying the app, consider sponsoring us:", + "version": "Version" }, "account_settings": { "description": "Edit your account settings in Mastodon UI", diff --git a/locales/ja-JP.json b/locales/ja-JP.json index c7fe7865..0c871868 100644 --- a/locales/ja-JP.json +++ b/locales/ja-JP.json @@ -244,7 +244,8 @@ "sponsors": "スポンサー", "sponsors_body_1": "Elkは以下の寛大なスポンサー", "sponsors_body_2": "そして、Elkのチームとメンバーを支援してくれているすべての企業と個人のおかげで実現しました。", - "sponsors_body_3": "もしアプリを楽しんでくれているなら、サポートすることを考えてみてください。" + "sponsors_body_3": "もしアプリを楽しんでくれているなら、サポートすることを考えてみてください。", + "version": "バージョン" }, "account_settings": { "description": "Mastodon UIでアカウントの設定を編集します", diff --git a/pages/settings/about/index.vue b/pages/settings/about/index.vue index d28af6b8..7524d7d2 100644 --- a/pages/settings/about/index.vue +++ b/pages/settings/about/index.vue @@ -33,7 +33,7 @@ const handleShowCommit = () => {