fix: translate $LegalAssistance panel tab via "tabs" i18n key

Bottom panel tab labels with $ prefix resolve via translate(key, 'tabs', scope),
not 'labels'. Added "tabs" section to Case.json (fa_IR/he_IL/en_US).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-06 13:07:51 +00:00
parent ca3d5e7890
commit 0cca55da0c
5 changed files with 10 additions and 1 deletions
Binary file not shown.
@@ -2,6 +2,9 @@
"labels": { "labels": {
"LegalAssistance": "Legal Assistance" "LegalAssistance": "Legal Assistance"
}, },
"tabs": {
"LegalAssistance": "Legal Assistance"
},
"fields": { "fields": {
"cLegalAidType": "Legal Aid Type", "cLegalAidType": "Legal Aid Type",
"cAppointmentDate": "Appointment Date", "cAppointmentDate": "Appointment Date",
@@ -2,6 +2,9 @@
"labels": { "labels": {
"LegalAssistance": "סיוע משפטי" "LegalAssistance": "סיוע משפטי"
}, },
"tabs": {
"LegalAssistance": "סיוע משפטי"
},
"fields": { "fields": {
"cLegalAidType": "סוג מינוי סיוע משפטי", "cLegalAidType": "סוג מינוי סיוע משפטי",
"cAppointmentDate": "מועד קבלת המינוי", "cAppointmentDate": "מועד קבלת המינוי",
@@ -2,6 +2,9 @@
"labels": { "labels": {
"LegalAssistance": "סיוע משפטי" "LegalAssistance": "סיוע משפטי"
}, },
"tabs": {
"LegalAssistance": "סיוע משפטי"
},
"fields": { "fields": {
"cLegalAidType": "סוג מינוי סיוע משפטי", "cLegalAidType": "סוג מינוי סיוע משפטי",
"cAppointmentDate": "מועד קבלת המינוי", "cAppointmentDate": "מועד קבלת המינוי",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "LegalAssistance", "name": "LegalAssistance",
"version": "1.2.1", "version": "1.2.2",
"acceptableVersions": [">=8.0.0"], "acceptableVersions": [">=8.0.0"],
"php": [">=8.1"], "php": [">=8.1"],
"releaseDate": "2026-04-06", "releaseDate": "2026-04-06",