Use common string for items unit in Bring (#131834)

This commit is contained in:
Manu 2024-11-28 14:59:16 +01:00 committed by GitHub
parent 474544abd8
commit 3071aa2da1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,7 @@
{ {
"common": {
"shopping_list_items": "items"
},
"config": { "config": {
"step": { "step": {
"user": { "user": {
@ -30,15 +33,15 @@
"sensor": { "sensor": {
"urgent": { "urgent": {
"name": "Urgent", "name": "Urgent",
"unit_of_measurement": "items" "unit_of_measurement": "[%key:component::bring::common::shopping_list_items%]"
}, },
"convenient": { "convenient": {
"name": "On occasion", "name": "On occasion",
"unit_of_measurement": "items" "unit_of_measurement": "[%key:component::bring::common::shopping_list_items%]"
}, },
"discounted": { "discounted": {
"name": "Discount only", "name": "Discount only",
"unit_of_measurement": "items" "unit_of_measurement": "[%key:component::bring::common::shopping_list_items%]"
}, },
"list_language": { "list_language": {
"name": "Region & language", "name": "Region & language",