diff --git a/i18n/en_US.json b/i18n/en_US.json index 7baa88a..0593334 100644 --- a/i18n/en_US.json +++ b/i18n/en_US.json @@ -107,5 +107,6 @@ "uptodate": "it is up to date", "test": "Test", "sign_up": "Sign Up", + "team": "Team", "colon": ": " } \ No newline at end of file diff --git a/i18n/ja_JP.json b/i18n/ja_JP.json index 5f6dde5..d9e00ed 100644 --- a/i18n/ja_JP.json +++ b/i18n/ja_JP.json @@ -107,5 +107,6 @@ "uptodate": "最新です", "test": "テスト", "sign_up": "登録", + "team": "チーム", "colon": ":" } diff --git a/i18n/zh_CN.json b/i18n/zh_CN.json index acda5c8..a2d3170 100644 --- a/i18n/zh_CN.json +++ b/i18n/zh_CN.json @@ -107,5 +107,6 @@ "uptodate": "已是最新版本", "test": "测试", "sign_up": "注册", + "team": "团队", "colon": ":" } \ No newline at end of file diff --git a/i18n/zh_TW.json b/i18n/zh_TW.json index 080d6b4..f9c167e 100644 --- a/i18n/zh_TW.json +++ b/i18n/zh_TW.json @@ -107,5 +107,6 @@ "uptodate": "已是最新版本", "test": "測試", "sign_up": "註冊", + "team": "團隊", "colon": ":" } \ No newline at end of file diff --git a/views/index.html b/views/index.html index 05dcc14..a4d552a 100644 --- a/views/index.html +++ b/views/index.html @@ -79,6 +79,16 @@ --> +
  • + {{.i18n.team}} +
    + +
    +
  • {{.i18n.help}}