diff options
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/en.toml | 3 | ||||
| -rw-r--r-- | i18n/ru.toml | 3 |
2 files changed, 6 insertions, 0 deletions
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 = 'Отправить' |
