Add Japanese translation of "What is Mastodon?" and "Using Mastodon" (#813)

* add japanese menu to config.toml

* add i18n/ja.toml

* add content/ja/_index.md

* add content/ja/user/*.md

* Removed incorrect note in posting.md.

Co-authored-by: k_taka <k_taka@gihyo.co.jp>
This commit is contained in:
k_taka 2020-09-28 11:56:31 +09:00 committed by GitHub
parent f36d1f9b58
commit e47834d3f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 978 additions and 1 deletions

View file

@ -99,6 +99,48 @@ enableGitInfo = true
identifier = "entities"
url = "/entities/"
[languages.ja.menu]
[[languages.ja.menu.docs]]
name = "Mastodonを使う"
weight = 10
identifier = "user"
url = "/user/"
[[languages.ja.menu.docs]]
name = "Mastodonを動かす"
weight = 20
identifier = "admin"
url = "/admin/"
[[languages.ja.menu.docs]]
name = "Mastodonアプリを開発する"
weight = 30
identifier = "client"
url = "/client/"
[[languages.ja.menu.docs]]
name = "Mastodonの開発に貢献する"
weight = 40
identifier = "dev"
url = "/dev/"
[[languages.ja.menu.docs]]
name = "準拠している仕様"
weight = 50
identifier = "spec"
url = "/spec/"
[[languages.ja.menu.docs]]
name = "REST API"
weight = 60
identifier = "api"
url = "/api/"
[[languages.ja.menu.docs]]
name = "API Methods"
weight = 70
identifier = "methods"
url = "/methods/"
[[languages.ja.menu.docs]]
name = "API Entities"
weight = 80
identifier = "entities"
url = "/entities/"
[languages]
[languages.en]
@ -109,4 +151,9 @@ enableGitInfo = true
[languages.zh-cn]
contentDir = "content/zh-cn"
languageName = "简体中文"
weight = 1
weight = 1
[languages.ja]
contentDir = "content/ja"
languageName = "日本語"
weight = 2