diff options
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/cn.yaml | 3 | ||||
-rw-r--r-- | i18n/en.yaml | 3 | ||||
-rw-r--r-- | i18n/ru.yaml | 3 |
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 }' |