diff options
author | TAC <tac@tac42.net> | 2020-05-12 23:47:00 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 22:47:00 +0800 |
commit | 620ff8124d0c61f60428a3d47e907d1987729bf2 (patch) | |
tree | 413b79efc1da2556c832433d7d04ea258032e60a | |
parent | 078640b9e3591244f6b82bd98a4f0aee7375e281 (diff) |
i18n(ja): fix file name & update translation (#269)
* Fix jp to ja i18n file name
* Change テーマ to Theme in ja.yaml
-rw-r--r-- | i18n/ja.yaml (renamed from i18n/jp.yaml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/jp.yaml b/i18n/ja.yaml index 35be977..ede8e8b 100644 --- a/i18n/jp.yaml +++ b/i18n/ja.yaml @@ -13,7 +13,7 @@ powered: other: "Powered by %s" theme: - other: "テーマ" + other: "Theme" siteUV: other: "総訪問者数: %s" |