Skip to content

Commit

Permalink
Merge pull request #151 from xicri/feat-unlink-translate
Browse files Browse the repository at this point in the history
Remove link to translate.genshin-dictionary.com
  • Loading branch information
xicri authored Aug 2, 2024
2 parents e8826ec + 133cfbe commit ae4e91b
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions components/hamburger-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
<li class="menu__item">
<a :href="localePath('/history')">{{ t("history") }}</a>
</li>
<li class="menu__item">
<a href="https://translate.genshin-dictionary.com/" target="_blank" rel="noopener">{{ t("translate") }}</a>
<img src="~/assets/vendor/octicons/link-external.svg" alt="" decoding="async" width="14" height="14" />
</li>
</ul>

<h2 class="menu__languages-title">
Expand All @@ -41,7 +37,7 @@

<div class="menu__bottomline">
<a href="https://github.com/xicri?tab=repositories" target="_blank" rel="noopener">GitHub</a>
<a href="https://twitter.com/xicri_gi" target="_blank" rel="noopener">Twitter</a>
<a href="https://twitter.com/xicri_gi" target="_blank" rel="noopener">X (Twitter)</a>
</div>
</div>
</nav>
Expand All @@ -54,20 +50,17 @@
"en": {
"about": "About",
"opendata": "Opendata / API",
"history": "History",
"translate": "Genshin Machine Translate (Japanese)"
"history": "History"
},
"ja": {
"about": "このサイトについて",
"opendata": "オープンデータ・API",
"history": "更新履歴",
"translate": "原神 自動翻訳"
"history": "更新履歴"
},
"zh-CN": {
"about": "关于",
"opendata": "开放数据 · API",
"history": "更新记录",
"translate": "原神机器翻译(日语)"
"history": "更新记录"
}
}
</i18n>
Expand Down

0 comments on commit ae4e91b

Please sign in to comment.