From 143a3d15446db67246619a0686ec463fddbbb707 Mon Sep 17 00:00:00 2001 From: Unbewohnte Date: Sun, 19 Jan 2025 19:00:19 +0300 Subject: [PATCH] i18n: Translated category creation form on index page --- pages/index.html | 4 ++-- translations/eng/index.json | 10 ++++++++++ translations/ru/index.json | 10 ++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/pages/index.html b/pages/index.html index 3e36315..8d7a923 100644 --- a/pages/index.html +++ b/pages/index.html @@ -30,8 +30,8 @@
- - + +
diff --git a/translations/eng/index.json b/translations/eng/index.json index 96ae6bb..2e80a44 100644 --- a/translations/eng/index.json +++ b/translations/eng/index.json @@ -15,6 +15,16 @@ "id": "index jump here", "message": "Jump here", "translation": "Jump here" + }, + { + "id": "index placeholder category name", + "message": "Category Name", + "translation": "Category Name" + }, + { + "id": "index create button", + "message": "Create", + "translation": "Create" } ] } \ No newline at end of file diff --git a/translations/ru/index.json b/translations/ru/index.json index f85e832..76dd61e 100644 --- a/translations/ru/index.json +++ b/translations/ru/index.json @@ -15,6 +15,16 @@ "id": "index jump here", "message": "Jump here", "translation": "Перейти" + }, + { + "id": "index placeholder category name", + "message": "Category Name", + "translation": "Название Категории" + }, + { + "id": "index create button", + "message": "Create", + "translation": "Создать" } ] } \ No newline at end of file