From a9ac35a3a8d7a73c1d2012776706871a33378d22 Mon Sep 17 00:00:00 2001 From: daudix Date: Tue, 27 Aug 2024 04:47:39 +0300 Subject: [PATCH] Add missing demo translation strings --- i18n/ar.toml | 1 + i18n/en.toml | 1 + i18n/ru.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/i18n/ar.toml b/i18n/ar.toml index 94951c1..b92ac07 100644 --- a/i18n/ar.toml +++ b/i18n/ar.toml @@ -9,6 +9,7 @@ date_locale = "ar_SA" # Menu items. # Should match the names in config.extra.nav.links and config.extra.footer.links. +Links = "الروابط" Blog = "المدونة" Demo = "العرض" Tricks = "الحيل" diff --git a/i18n/en.toml b/i18n/en.toml index 14c5cc0..8c5fd67 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -9,6 +9,7 @@ date_locale = "en_US" # Menu items. # Should match the names in config.extra.nav.links and config.extra.footer.links. +Links = "Links" Blog = "Blog" Demo = "Demo" Tricks = "Tricks" diff --git a/i18n/ru.toml b/i18n/ru.toml index 837c0f1..ab43f07 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -13,6 +13,7 @@ date_locale = "ru_RU" # Menu items. # Should match the names in config.extra.nav.links and config.extra.footer.links. +Links = "Ссылки" Blog = "Блог" Demo = "Демо" Tricks = "Трюки"