Skip to content

Commit dfbc20b

Browse files
committed
Adds emptyStateText translation
1 parent 0085104 commit dfbc20b

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"action": "الإجراء",
33
"actions": "الإجراءات",
4+
"emptyStateText": "لا توجد {{displayText}} لعرضها",
45
"Mental Health": "الصحة النفسية"
56
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"emptyStateText": "There are no <1>{{displayText}}</1> to display",
2+
"emptyStateText": "There are no {{displayText}} to display",
33
"Mental Health": "Mental Health"
44
}

packages/esm-nutrition-app/translations/ar.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"action": "الإجراء",
44
"actions": "الإجراءات",
55
"Date": "التاريخ",
6+
"emptyStateText": "لا توجد {{displayText}} لعرضها",
67
"Meal": "الوجبة",
78
"Nutrition": "التغذية",
89
"Nutrition Summary": "ملخص التغذية",

packages/esm-nutrition-app/translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Add": "Add",
33
"Date": "Date",
4-
"emptyStateText": "There are no <1>{{displayText}}</1> to display",
4+
"emptyStateText": "There are no {{displayText}} to display",
55
"Meal": "Meal",
66
"Nutrition": "Nutrition",
77
"Nutrition Summary": "Nutrition Summary",

0 commit comments

Comments
 (0)