diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-10 13:26:08 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-10 13:26:08 -0500 |
| commit | 971e75aa64ddd9f2f4a658eb51e09afd23600d1b (patch) | |
| tree | ff95a11338cd65b4f82dad4e089fcf230cdd4f19 /src/i18n | |
| parent | 750c308909b76be5d4572c86b4affb6aed41f47b (diff) | |
Add translation strings
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index c664fbfa..14e2a699 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -31,6 +31,10 @@ "username": "Username", "hint": "Log in to join the discussion" }, + "media_modal": { + "previous": "Previous", + "next": "Next" + }, "nav": { "about": "About", "back": "Back", |
