Skip to content

Commit

Permalink
Update locales from Bring v4.73.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tr4nt0r committed Jan 22, 2025
1 parent c3239f5 commit 3a13989
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
3 changes: 2 additions & 1 deletion bring_api/locales/articles.de-CH.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,5 +442,6 @@
"Puddingpulver": "Puddingpulver",
"Vanille": "Vanille",
"Hummus": "Hummus",
"Nelken": "Nelken"
"Nelken": "Nelken",
"Grüne Bohnen": "Grüne Bohnen"
}
4 changes: 3 additions & 1 deletion bring_api/locales/articles.fr-CH.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,5 +384,7 @@
"Puddingpulver": "Pudding en poudre",
"Vanille": "Vanille",
"Hummus": "Houmous",
"Nelken": "Clous de girofle"
"Nelken": "Clous de girofle",
"Tortilla Chips": "Tortilla Chips",
"Grüne Bohnen": "Haricots verts"
}
3 changes: 2 additions & 1 deletion bring_api/locales/articles.fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,5 +330,6 @@
"Bavette": "Bavette",
"Camembert": "Camembert",
"Saumon fume": "Saumon fumé",
"Pudding": "Pudding"
"Pudding": "Pudding",
"Tortilla Chips": "Tortilla Chips"
}
4 changes: 3 additions & 1 deletion bring_api/locales/articles.it-CH.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,5 +388,7 @@
"Puddingpulver": "Budino in polvere",
"Vanille": "Vaniglia",
"Hummus": "Hummus",
"Nelken": "Chiodi di garofano"
"Nelken": "Chiodi di garofano",
"Tortilla Chips": "Tortilla Chips",
"Grüne Bohnen": "Fagiolini verdi"
}
3 changes: 2 additions & 1 deletion bring_api/locales/articles.it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,5 +319,6 @@
"Cime di rapa": "Cime di rapa",
"Bottarga": "Bottarga",
"Capperi": "Capperi",
"Pudding": "Pudding"
"Pudding": "Pudding",
"Tortilla Chips": "Tortilla Chips"
}
2 changes: 1 addition & 1 deletion tests/test_bring.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ def test_load_file(self, bring, mocked):

assert "Pouletbrüstli" in dictionary
assert dictionary["Pouletbrüstli"] == "Pouletbrüstli"
assert len(dictionary) == 444
assert len(dictionary) == 445

async def test_load_from_list_article_language(self, bring, monkeypatch):
"""Test loading json from listArticleLanguage."""
Expand Down

0 comments on commit 3a13989

Please sign in to comment.