Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ko: Add missing keys (in and round_mode) #1097

Merged
merged 3 commits into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Spanish (es-419 es-AR es-CL es-CO es-CR es-EC es-MX es-NI es-PA es-PE es-US es-VE): Fix typo in word _carácter_ #1090
- Ukranian: Use hryvnia symbol as a currency unit #1093
- Spanish (es-419 es-AR es-CL es-CO es-CR es-EC es-ES es-MX es-NI es-PA es-PE es-US es-VE): Normalize and add missing keys #1089
- Korean (ko): Add missing keys (`in` and `round_mode`) #1097

## 7.0.7 (2022-05-12)

Expand Down
6 changes: 4 additions & 2 deletions rails/locale/ko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ko:
- 금
- 토
abbr_month_names:
-
-
- 1월
- 2월
- 3월
Expand All @@ -43,7 +43,7 @@ ko:
long: "%Y년 %m월 %d일"
short: "%m월 %d일"
month_names:
-
-
- 1월
- 2월
- 3월
Expand Down Expand Up @@ -94,6 +94,7 @@ ko:
exclusion: "%{attribute}은(는) 이미 예약되어 있는 값입니다"
greater_than: "%{attribute}은(는) %{count}보다 커야 합니다"
greater_than_or_equal_to: "%{attribute}은(는) %{count}보다 크거나 같아야 합니다"
in: "%{attribute}은(는) %{count}범위 안에 있어야 합니다"
inclusion: "%{attribute}은(는) 목록에 포함되어 있는 값이 아닙니다"
invalid: "%{attribute}은(는) 올바르지 않은 값입니다"
less_than: "%{attribute}은(는) %{count}보다 작아야 합니다"
Expand Down Expand Up @@ -132,6 +133,7 @@ ko:
format:
delimiter: ","
precision: 3
round_mode: default
separator: "."
significant: false
strip_insignificant_zeros: false
Expand Down
Loading