Browse Source

lang update

master
filesite 7 days ago
parent
commit
908a8dc344
  1. 3
      i18n/en-us.json
  2. 3
      i18n/zh.json
  3. 2
      public/template/index.html
  4. 2
      public/zh/index.html

3
i18n/en-us.json

@ -35,5 +35,6 @@ @@ -35,5 +35,6 @@
"Disclaimer": "Disclaimer",
"Information protected by law will not be crawled": "Information protected by law will not be crawled",
"for example": "for example",
"personal privacy data mobile phone number, ID number, etc.": "personal privacy data mobile phone number, ID number, etc."
"personal privacy data mobile phone number, ID number, etc.": "personal privacy data mobile phone number, ID number, etc.",
"Current Lang": "English"
}

3
i18n/zh.json

@ -35,5 +35,6 @@ @@ -35,5 +35,6 @@
"Disclaimer": "免责声明",
"Information protected by law will not be crawled": "受法律保护的信息将不会被抓取",
"for example": "例如",
"personal privacy data mobile phone number, ID number, etc.": "个人隐私数据、手机号码、身份证号码等。"
"personal privacy data mobile phone number, ID number, etc.": "个人隐私数据、手机号码、身份证号码等。",
"Current Lang": "简体中文"
}

2
public/template/index.html

@ -52,7 +52,7 @@ @@ -52,7 +52,7 @@
<hr class="mt-d5">
<div class="text-right mt-d5 langswitcher">
<button data-status="closed">English</button>
<button data-status="closed">{Current Lang}</button>
<ul class="dropmenu">
<li><a href="/">English</a></li>
<li><a href="/zh/">简体中文</a></li>

2
public/zh/index.html

@ -52,7 +52,7 @@ @@ -52,7 +52,7 @@
<hr class="mt-d5">
<div class="text-right mt-d5 langswitcher">
<button data-status="closed">English</button>
<button data-status="closed">简体中文</button>
<ul class="dropmenu">
<li><a href="/">English</a></li>
<li><a href="/zh/">简体中文</a></li>

Loading…
Cancel
Save