From a2574360d99b465a2027801b3e4bdda820e8f2fa Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Wed, 22 Apr 2026 14:48:17 -0300 Subject: [PATCH] Add localized category to tests --- tests/config/de/categories.yml | 3 +++ tests/repo/entry.json | 4 ++-- tests/repo/index-v2.json | 2 ++ 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 tests/config/de/categories.yml diff --git a/tests/config/de/categories.yml b/tests/config/de/categories.yml new file mode 100644 index 00000000..cc00d50a --- /dev/null +++ b/tests/config/de/categories.yml @@ -0,0 +1,3 @@ +Time: + name: Zeit + description: Apps die deine Zeit stehlen diff --git a/tests/repo/entry.json b/tests/repo/entry.json index eb849a3b..acf0ff69 100644 --- a/tests/repo/entry.json +++ b/tests/repo/entry.json @@ -3,8 +3,8 @@ "version": 30000, "index": { "name": "/index-v2.json", - "sha256": "d00a7479587b72bb9b0c939c9974963711915ff96c2b81049c12a8d97483971f", - "size": 51762, + "sha256": "52e5f97d8cac016c7a4385a4e321d2f86ab3d293d3ed8f79c1ef5ce8c2849ffe", + "size": 51833, "numPackages": 11 }, "diffs": {} diff --git a/tests/repo/index-v2.json b/tests/repo/index-v2.json index 669c9cbc..ff90d4a9 100644 --- a/tests/repo/index-v2.json +++ b/tests/repo/index-v2.json @@ -415,9 +415,11 @@ "categories": { "Time": { "name": { + "de": "Zeit", "en-US": "Time" }, "description": { + "de": "Apps die deine Zeit stehlen", "en-US": "Apps that steal your time" } },