Skip to content

Commit 5e37210

Browse files
authored
Merge pull request #1139 from deepak07/complete-malayalam-ml-langugage-translation-to-match-english
Malayalam[ml]: Adding missing translation keys to match en.yml and fixing existing key translations
2 parents 68230f7 + 3480f33 commit 5e37210

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Update following locales:
44
- Japanese (ja): Add missing key (`password_too_long`)
55
- German (de, de-DE, de-AT, de-CH): Add missing key (`password_too_long`)
6+
- Malayalam (ml): Add missing key (`datetime.distance_in_words.x_years.one`, `datetime.distance_in_words.x_years.other`, `errors.messages.in`, `errors.messages.password_too_long`, `currency.format.negative_format`, `number.format.round_mode`, `storage_units.units.eb`, `storage_units.units.pb`, `storage_units.units.zb`). Fix translation (`activerecord.errors.messages.record_invalid`, `errors.messages.other_than`, `number.currency.format.unit`)
67

78
## 8.0.1 (2024-11-10)
89

rails/locale/ml.yml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ml:
33
activerecord:
44
errors:
55
messages:
6-
record_invalid: 'Validation failed: %{errors}'
6+
record_invalid: 'സാധൂകരണം പരാജയപ്പെട്ടു: %{errors}'
77
restrict_dependent_destroy:
88
has_one: "%{record} ആയി ബന്ദം ഉള്ളതിനാൽ നീക്കം ചെയ്യാൻ പറ്റില്ല"
99
has_many: "%{record} ആയി ബന്ദം ഉള്ളതിനാൽ നീക്കം ചെയ്യാൻ പറ്റില്ല"
@@ -17,7 +17,7 @@ ml:
1717
- വെ.
1818
- ശ.
1919
abbr_month_names:
20-
-
20+
-
2121
- ജനു.
2222
- ഫെബ്ര.
2323
- മാർ.
@@ -43,7 +43,7 @@ ml:
4343
long: "%d %B, %Y"
4444
short: "%d %b"
4545
month_names:
46-
-
46+
-
4747
- ജനുവരി
4848
- ഫെബ്രുവരി
4949
- മാർച്ച്
@@ -96,6 +96,9 @@ ml:
9696
x_months:
9797
one: "%{count} മാസം"
9898
other: "%{count} മാസം"
99+
x_years:
100+
one: "%{count} വർഷം"
101+
other: "%{count} വർഷങ്ങൾ"
99102
prompts:
100103
second: നിമിഷം
101104
minute: സുക്ഷ്മ
@@ -115,6 +118,7 @@ ml:
115118
exclusion: കരുതിവെച്ചിരികുന്നതാണ്
116119
greater_than: "%{count} നേകാൾ വലുതായിരിക്കണം"
117120
greater_than_or_equal_to: "%{count} നു തുല്യമോ അല്ലെങ്കിൽ വലുതോ ആയിരിക്കണം"
121+
in: "%{count}ൽ ഉൾപ്പെടുത്തണം"
118122
inclusion: ഇതിൽ ഉള്ട്പെട്ടിട്ടില്ല
119123
invalid: അസാധുവാണ്
120124
less_than: "%{count} നേകാൾ ചെറുതായിരിക്കണം"
@@ -123,7 +127,8 @@ ml:
123127
not_a_number: ഒരു അക്കം അല്ല
124128
not_an_integer: ഒരു അക്കം ആയിരിക്കണം
125129
odd: ഒട്ടസന്ഘ്യ ആയിരിക്കണം
126-
other_than: must be other than %{count}
130+
other_than: "%{count} അല്ലാതെ മറ്റൊന്നായിരിക്കണം"
131+
password_too_long: ദൈർഘ്യമേറിയതാണ്
127132
present: ഒഴിവായി ഇരിക്കണം
128133
required: എന്തായാലും ഉണ്ടായിരിക്കണം
129134
taken: ഇതിനു മുൻപേ ഉപയോഗിച്ചിരിക്കുന്നു
@@ -153,14 +158,16 @@ ml:
153158
format:
154159
delimiter: ","
155160
format: "%u%n"
161+
negative_format: "-%u%n"
156162
precision: 2
157163
separator: "."
158164
significant: false
159165
strip_insignificant_zeros: false
160-
unit: "$"
166+
unit: ""
161167
format:
162168
delimiter: ","
163169
precision: 3
170+
round_mode: default
164171
separator: "."
165172
significant: false
166173
strip_insignificant_zeros: false
@@ -185,10 +192,13 @@ ml:
185192
byte:
186193
one: ബൈറ്റ്
187194
other: ബൈറ്റുകൾ
195+
eb: ഇ.ബി
188196
gb: ജി.ബി
189197
kb: കെ.ബി.
190198
mb: എം.ബി.
199+
pb: പി.ബി
191200
tb: ടി.ബി
201+
zb: സി.ബി
192202
percentage:
193203
format:
194204
delimiter: ''

0 commit comments

Comments
 (0)