mirror of https://github.com/luizdepra/hugo-coder.git

ShortArrow
26.13.2022 20bc7e67221709d340ce986b1cdf6d23a0e1a750
refs
author ShortArrow <bamboogeneral@live.jp>
Monday, December 26, 2022 22:13 +0100
committer GitHub <noreply@github.com>
Monday, December 26, 2022 22:13 +0100
commit20bc7e67221709d340ce986b1cdf6d23a0e1a750
tree cc933a00e02f04bfd2922829813c23d6eeaa18e9 tree | zip | gz
parent 57d7d5eb05d9c46de65ffd35443669978ede1e1b view | diff
Update ja-jp translations and add japanese fonts (#746)

### Prerequisites

- [x] ~This pull request fixes a bug.~
- [x] This pull request adds a feature.
- [x] ~This pull request introduces breaking change.~

### Description

Add Japanese font and Update Japanese translations. Like #555 .

### Issues Resolved

- Strings that should be displayed in Japanese fonts are displayed in
Chinese fonts.
- If Japanese is written in Chinese fonts, it is difficult for Japanese
people to read.
- Used different languages for singular and plural. en-us and ja-jp.
- Wrong translation, `auther = "筆者"` is NG.
- `auther = "著者"` is good.
- `writer = "筆者, 執筆者"` is good.
- `powered_by` can usually be understood in English by Japanese people
who need to read that part.

### Checklist

#### General

- [x] Describe what changes are being made
- [x] Explain why and how the changes were necessary and implemented
respectively
- [x] Reference issue with `#<ISSUE_NO>` if applicable

#### Resources

- [x] If you have changed any SCSS code, run `make release` to
regenerate all CSS files

#### Contributors

- [x] Add yourself to `CONTRIBUTORS.md` if you aren't on it already
3 files modified
16 ■■■■■ changed files
CONTRIBUTORS.md 1 ●●●● diff | view | raw | blame | history
assets/scss/_variables.scss 1 ●●●● diff | view | raw | blame | history
i18n/ja.toml 14 ●●●● diff | view | raw | blame | history