diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-02-21 10:34:20 -0500 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-02-21 10:34:20 -0500 |
| commit | c7690aecd024e3b709cf0c707eba41ef119ef1e0 (patch) | |
| tree | 681df20c69438d87ddccf0e3a1a927fe356ba1d9 /src | |
| parent | 1b32bb9c51bd6fd1a71d07c61a165004dab63aa6 (diff) | |
Add English translation for media modal counter
Diffstat (limited to 'src')
| -rw-r--r-- | src/i18n/en.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 716fff66..8eb7fcc6 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -118,7 +118,8 @@ }, "media_modal": { "previous": "Previous", - "next": "Next" + "next": "Next", + "counter": "{current} / {total}" }, "nav": { "about": "About", |
