1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

Add Japanese translation

This commit is contained in:
Hiroshi Okada 2020-02-14 19:40:24 +09:00 committed by Frédéric Guillot
parent 2570c3410b
commit 9e3252d1b0
3 changed files with 581 additions and 0 deletions

View file

@ -16,5 +16,6 @@ func AvailableLanguages() map[string]string {
"nl_NL": "Nederlands",
"ru_RU": "Русский",
"it_IT": "Italiano",
"ja_JP": "日本語",
}
}