From 3b366e48b2725f60f1e1ab0ea3209ed3f73ed788 Mon Sep 17 00:00:00 2001
From: Paul <45032974+hide-me@users.noreply.github.com>
Date: Tue, 24 Jan 2023 20:06:49 +0300
Subject: [PATCH] Added missing strings for translation
---
system/author/settings/system.twig | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/system/author/settings/system.twig b/system/author/settings/system.twig
index aecb458..58ce180 100644
--- a/system/author/settings/system.twig
+++ b/system/author/settings/system.twig
@@ -16,7 +16,7 @@
{{ __('System') }} v. {{settings.version}}
- New here? Then watch the video-tutorial about configurations for typemill on YouTube.
+ {{ __('New here? Then watch') }} {{ __('the video-tutorial') }} {{ __('about configurations for typemill on YouTube.') }}
{{ settings.version ? settings.version : 'Unknown' }}
@@ -64,14 +64,14 @@
-
+
{{ __('Please use codes from') }}
ISO 639-1 {{ __('like «en»') }}
{% if errors.settings.langattr %}
{{ errors.settings.langattr | first }}
{% endif %}
-
You can ping the sitemap with the following links to
google and
bing.
+
{{ __('You can ping the sitemap with the following links to') }}
google {{ __('and') }}
bing.
{{ __('Developer') }}
@@ -331,4 +331,4 @@
-{% endblock %}
\ No newline at end of file
+{% endblock %}