Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #117 from Morichan/ticket-74
Browse files Browse the repository at this point in the history
✨ feat(URI): 宮崎県公式サイトにおける英語版ページのリンク先変更
  • Loading branch information
korosuke613 authored Apr 8, 2020
2 parents e8e372d + 28bb92e commit 80b4265
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@
"https://marketingplatform.google.com/about/analytics/terms/jp/": "https://marketingplatform.google.com/about/analytics/terms/us/",
"https://policies.google.com/privacy?hl=ja": "https://policies.google.com/privacy?hl=en",
"https://support.google.com/analytics/answer/6004245?hl=ja": "https://support.google.com/analytics/answer/6004245?hl=en",
"uri": {
"宮崎県新型コロナウイルス感染症関連情報": "https://www.pref.miyazaki.lg.jp/kohosenryaku/kenko/hoken/covid19_eng.html"
},
"お問い合わせ先一覧": "List of contacts",
"お問い合わせ内容": "Contents of inquiries",
"局名": "Name of bureaus",
Expand Down Expand Up @@ -333,4 +336,4 @@
"学校の臨時休業に伴う放課後児童クラブ等の対応について": "学校の臨時休業に伴う放課後児童クラブ等の対応について",
"福祉保健部こども政策局 こども政策課子育て支援担当": "福祉保健部こども政策局 こども政策課子育て支援担当",
"当サイトは、東京都 新型コロナウイルス感染症対策サイトのソースコードを基に、鹿児島県 新型コロナウイルス感染症対策サイトを参考にして作成されました。心より感謝いたします。": "This site is based on the source code of the Tokyo New Coronavirus Countermeasure Site and was created with reference to the Kagoshima New Coronavirus Countermeasure Site. Thank you from the bottom of my heart."
}
}
5 changes: 4 additions & 1 deletion assets/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@
"https://marketingplatform.google.com/about/analytics/terms/jp/": "https://marketingplatform.google.com/about/analytics/terms/jp/",
"https://policies.google.com/privacy?hl=ja": "https://policies.google.com/privacy?hl=ja",
"https://support.google.com/analytics/answer/6004245?hl=ja": "https://support.google.com/analytics/answer/6004245?hl=ja",
"uri": {
"宮崎県新型コロナウイルス感染症関連情報": "https://www.pref.miyazaki.lg.jp/kansensho-taisaku/kenko/hoken/covid19.html"
},
"お問い合わせ先一覧": "お問い合わせ先一覧",
"お問い合わせ内容": "お問い合わせ内容",
"局名": "局名",
Expand Down Expand Up @@ -322,4 +325,4 @@
"不明": "不明",
"学校の臨時休業に伴う放課後児童クラブ等の対応について": "学校の臨時休業に伴う放課後児童クラブ等の対応について",
"福祉保健部こども政策局 こども政策課子育て支援担当": "福祉保健部こども政策局 こども政策課子育て支援担当"
}
}
3 changes: 1 addition & 2 deletions components/SideNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ export default Vue.extend({
},
{
title: this.$t('宮崎県新型コロナウイルス感染症関連情報'),
link:
'https://www.pref.miyazaki.lg.jp/kansensho-taisaku/kenko/hoken/covid19.html'
link: this.$t('uri.宮崎県新型コロナウイルス感染症関連情報').toString()
},
{
title: this.$t('宮崎県主催イベント等の開催に関する基準'),
Expand Down

0 comments on commit 80b4265

Please sign in to comment.