Skip to content

Commit

Permalink
Merge pull request #1059 from SHinGo-Koba/add_missing_keys_to_ja
Browse files Browse the repository at this point in the history
Add missing keys to ja
  • Loading branch information
digitalfrost authored Dec 5, 2022
2 parents 7fd9c2d + 5cb3ec2 commit ad26c50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## unreleased

- Update following locales:
- Japanese (ja): Add `in` and `round_mode` keys #1059

## 7.0.6 (2022-11-08)

- Add option to choose which modules (locales, pluralization, transliteration,
Expand Down
2 changes: 2 additions & 0 deletions rails/locale/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ ja:
exclusion: は予約されています
greater_than: は%{count}より大きい値にしてください
greater_than_or_equal_to: は%{count}以上の値にしてください
in: は%{count}の範囲に含めてください
inclusion: は一覧にありません
invalid: は不正な値です
less_than: は%{count}より小さい値にしてください
Expand Down Expand Up @@ -132,6 +133,7 @@ ja:
format:
delimiter: ","
precision: 3
round_mode: default
separator: "."
significant: false
strip_insignificant_zeros: false
Expand Down

0 comments on commit ad26c50

Please sign in to comment.