Skip to content

Commit 281bb23

Browse files
serhalpclaude
andcommitted
fix(i18n): keep existing compare key, add compare_this_package alongside it
The compare key is still used by SelectionView and ActionBar components. Add compare_this_package as a new key rather than renaming the existing one. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8cad609 commit 281bb23

28 files changed

+55
-25
lines changed

i18n/locales/ar.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@
207207
"jsr": "jsr",
208208
"code": "الكود",
209209
"docs": "التوثيق",
210-
"fund": "التمويل"
210+
"fund": "التمويل",
211+
"compare": "مقارنة"
211212
},
212213
"likes": {
213214
"like": "أعجبتني هذه الحزمة",

i18n/locales/az-AZ.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,8 @@
281281
"jsr": "jsr",
282282
"code": "kod",
283283
"docs": "sənədlər",
284-
"fund": "maliyyələşdirmə"
284+
"fund": "maliyyələşdirmə",
285+
"compare": "müqayisə"
285286
},
286287
"likes": {
287288
"like": "Bu paketi bəyən",

i18n/locales/bg-BG.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@
244244
"jsr": "jsr",
245245
"code": "код",
246246
"docs": "документация",
247-
"fund": "финансиране"
247+
"fund": "финансиране",
248+
"compare": "сравнение"
248249
},
249250
"likes": {
250251
"like": "Харесване на пакета",

i18n/locales/bn-IN.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@
170170
"jsr": "jsr",
171171
"code": "কোড",
172172
"docs": "ডকুমেন্টেশন",
173-
"fund": "অর্থায়ন করুন"
173+
"fund": "অর্থায়ন করুন",
174+
"compare": "তুলনা করুন"
174175
},
175176
"likes": {},
176177
"docs": {

i18n/locales/cs-CZ.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@
291291
"jsr": "jsr",
292292
"code": "kód",
293293
"docs": "dokumentace",
294-
"fund": "financovat"
294+
"fund": "financovat",
295+
"compare": "porovnat"
295296
},
296297
"likes": {
297298
"like": "Líbí se mi tento balíček",

i18n/locales/de-DE.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,8 @@
281281
"jsr": "JSR",
282282
"code": "Code",
283283
"docs": "Doku",
284-
"fund": "Spenden"
284+
"fund": "Spenden",
285+
"compare": "Vergleichen"
285286
},
286287
"likes": {
287288
"like": "Dieses Paket liken",

i18n/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@
301301
"code": "code",
302302
"docs": "docs",
303303
"fund": "fund",
304+
"compare": "compare",
304305
"compare_this_package": "compare this package..."
305306
},
306307
"likes": {

i18n/locales/es.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,8 @@
294294
"jsr": "jsr",
295295
"code": "código",
296296
"docs": "documentación",
297-
"fund": "financiar"
297+
"fund": "financiar",
298+
"compare": "comparar"
298299
},
299300
"likes": {
300301
"like": "Me gusta este paquete",

i18n/locales/fr-FR.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@
282282
"code": "code",
283283
"docs": "docs",
284284
"fund": "donner",
285+
"compare": "comparer",
285286
"compare_this_package": "comparer ce paquet..."
286287
},
287288
"likes": {

i18n/locales/hi-IN.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@
171171
"jsr": "jsr",
172172
"code": "कोड",
173173
"docs": "दस्तावेज़",
174-
"fund": "दान करें"
174+
"fund": "दान करें",
175+
"compare": "तुलना करें"
175176
},
176177
"likes": {},
177178
"docs": {

0 commit comments

Comments
 (0)