From 914c82e7f1715a9707cfd49aa6f3f2e7e1ea05c8 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 28 May 2022 16:29:27 +0200 Subject: Amend i18n --- i18n/en.toml | 3 +++ i18n/ru.toml | 3 +++ layouts/shortcodes/form-contact.html | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/i18n/en.toml b/i18n/en.toml index 5792b4a..f1a413f 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -36,3 +36,6 @@ [by] other = 'by {{ . }}' + +[send] + other = 'Send' diff --git a/i18n/ru.toml b/i18n/ru.toml index 102c34d..a2db4b2 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -36,3 +36,6 @@ [by] other = '{{ . }}' + +[send] + other = 'Отправить' diff --git a/layouts/shortcodes/form-contact.html b/layouts/shortcodes/form-contact.html index 1d216da..738f62e 100644 --- a/layouts/shortcodes/form-contact.html +++ b/layouts/shortcodes/form-contact.html @@ -22,7 +22,7 @@
- +
-- cgit v1.2.3