From f962a7594f34502fd0612246b6bec77b621db2f1 Mon Sep 17 00:00:00 2001 From: daudix Date: Sun, 30 Jun 2024 03:56:39 +0300 Subject: [PATCH] Add missing translation keys --- i18n/ar.toml | 2 ++ i18n/en.toml | 2 ++ i18n/ru.toml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/i18n/ar.toml b/i18n/ar.toml index b6e2431..923fadd 100644 --- a/i18n/ar.toml +++ b/i18n/ar.toml @@ -41,6 +41,8 @@ posts_with_tag = "المنشورات ذات العلامة" powered_by = "مدعوم من" powered_by_and = "و" previous = "السابق" +search = "بحث" +search_for = "ابحث عن…" skip_to_content = "تخطي إلى المحتوى الرئيسي" source = "مصدر الموقع الإلكتروني" table_of_contents = "جدول المحتويات" diff --git a/i18n/en.toml b/i18n/en.toml index c6359e1..134f81e 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -43,6 +43,8 @@ posts_with_tag = "Posts with tag" powered_by = "Powered by" powered_by_and = "and" previous = "Previous" +search = "Search" +search_for = "Search for…" skip_to_content = "Skip to main content" source = "Website source" table_of_contents = "Table of Contents" diff --git a/i18n/ru.toml b/i18n/ru.toml index 2b3a144..bfcda9d 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -48,6 +48,8 @@ posts_with_tag = "Посты с тегом" powered_by = "Работает на базе" powered_by_and = "и" previous = "Предыдущий" +search = "Поиск" +search_for = "Искать…" skip_to_content = "Перейти к основному содержанию" source = "Исходный код веб-сайта" table_of_contents = "Оглавление"