summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-11-16 21:32:23 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-11-16 21:32:23 +0100
commit1addb8dca61c80049c1e705b41737263f8b06f23 (patch)
tree58d648b73a177390ffa3a38a03792db46f58f4b4 /i18n
parentaaf236410e92d7bb965d531733e16bacd31ec3ae (diff)
Refactor footer
Diffstat (limited to 'i18n')
-rw-r--r--i18n/cn.yaml3
-rw-r--r--i18n/en.yaml3
-rw-r--r--i18n/ru.yaml3
3 files changed, 9 insertions, 0 deletions
diff --git a/i18n/cn.yaml b/i18n/cn.yaml
index 6b1bd69..c22d4cf 100644
--- a/i18n/cn.yaml
+++ b/i18n/cn.yaml
@@ -4,6 +4,9 @@
- id: Edit this page
translation: Edit this page
+- id: Last modified by
+ translation: Last modified by
+
- id: bookSearchConfig
translation: |
{
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 9068bd9..c5154df 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -4,5 +4,8 @@
- id: Edit this page
translation: Edit this page
+- id: Last modified by
+ translation: Last modified by
+
- id: bookSearchConfig
translation: '{ cache: true }'
diff --git a/i18n/ru.yaml b/i18n/ru.yaml
index 7717f5d..9501165 100644
--- a/i18n/ru.yaml
+++ b/i18n/ru.yaml
@@ -4,5 +4,8 @@
- id: Edit this page
translation: Редактировать эту сраницу
+- id: Last modified by
+ translation: Last modified by
+
- id: bookSearchConfig
translation: '{ split: /[^a-zа-яё0-9\w]/gi }'