From 19bafc179a2f92a51ca2e6a94f77ac1f07a5d665 Mon Sep 17 00:00:00 2001 From: daudix Date: Thu, 22 Aug 2024 16:53:39 +0300 Subject: [PATCH] Add missing "By $AUTHOR" string to i18n files (fixes #52) --- 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 12c27f7..73308d3 100644 --- a/i18n/ar.toml +++ b/i18n/ar.toml @@ -69,3 +69,4 @@ updated = "تحديث" view_comment = "عرض التعليق على" view_profile = "عرض الملف الشخصي على" warning = "تحذير" +by_author = "بقلم $AUTHOR" diff --git a/i18n/en.toml b/i18n/en.toml index 52aa9f4..2a8d70e 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -19,6 +19,7 @@ archived = "Archived" author = "Author" blog_post_author = "Blog post author" boosts_from = "Boosts from" +by_author = "By $AUTHOR" caution = "Caution" comments = "Comments" comments_description = "You can comment on this blog post by publicly replying to this post using a Mastodon or other ActivityPub/Fediverse account. Known non-private replies are displayed below." diff --git a/i18n/ru.toml b/i18n/ru.toml index bdd8f16..c85e61e 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -23,6 +23,7 @@ archived = "Архив" author = "Автор" blog_post_author = "Автор блог-поста" boosts_from = "Продвижения с" +by_author = "От $AUTHOR" caution = "Осторожно" comments = "Комментарии" comments_description = "Вы можете оставить комментарий к этому блог-посту, публично ответив на него с помощью аккаунта Mastodon или другого аккаунта ActivityPub/Fediverse. Известные неприватные ответы отображены ниже."