From ce58387b3c0b2dfb0c6e72d805cd2b0f2f9c8d03 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 8 Aug 2024 10:20:51 -1000 Subject: [PATCH] i18n: Localized names for categories and tags --- i18n/en.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 i18n/en.yaml diff --git a/i18n/en.yaml b/i18n/en.yaml new file mode 100644 index 0000000..fd07ae1 --- /dev/null +++ b/i18n/en.yaml @@ -0,0 +1,6 @@ +categories: + one: category + other: categories +tags: + one: tag + other: tags