mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Use common string for items unit in Bring (#131834)
This commit is contained in:
parent
474544abd8
commit
3071aa2da1
@ -1,4 +1,7 @@
|
||||
{
|
||||
"common": {
|
||||
"shopping_list_items": "items"
|
||||
},
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
@ -30,15 +33,15 @@
|
||||
"sensor": {
|
||||
"urgent": {
|
||||
"name": "Urgent",
|
||||
"unit_of_measurement": "items"
|
||||
"unit_of_measurement": "[%key:component::bring::common::shopping_list_items%]"
|
||||
},
|
||||
"convenient": {
|
||||
"name": "On occasion",
|
||||
"unit_of_measurement": "items"
|
||||
"unit_of_measurement": "[%key:component::bring::common::shopping_list_items%]"
|
||||
},
|
||||
"discounted": {
|
||||
"name": "Discount only",
|
||||
"unit_of_measurement": "items"
|
||||
"unit_of_measurement": "[%key:component::bring::common::shopping_list_items%]"
|
||||
},
|
||||
"list_language": {
|
||||
"name": "Region & language",
|
||||
|
Loading…
x
Reference in New Issue
Block a user