diff options
| author | Henry Jameson <me@hjkos.com> | 2018-12-05 15:01:56 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-12-05 15:01:56 +0300 |
| commit | 403c86e4d1b0067634d1f0f6bd3d6908f8b4481b (patch) | |
| tree | be3ced50cafed671da66caabe00ce8617d746a7e /src/i18n | |
| parent | 914386270796fa2ec460b828710ee31ef870ea69 (diff) | |
back button for mobile
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 1 | ||||
| -rw-r--r-- | src/i18n/ru.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 8fd546ef..398b5dc9 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -29,6 +29,7 @@ "username": "Username" }, "nav": { + "back": "Back", "chat": "Local Chat", "friend_requests": "Follow Requests", "mentions": "Mentions", diff --git a/src/i18n/ru.json b/src/i18n/ru.json index 9c28ccf4..09c1a4a9 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -19,6 +19,7 @@ "username": "Имя пользователя" }, "nav": { + "back": "Назад", "chat": "Локальный чат", "mentions": "Упоминания", "public_tl": "Публичная лента", |
