aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTusooa Zhu <tusooa@kazv.moe>2022-02-21 10:34:20 -0500
committerTusooa Zhu <tusooa@kazv.moe>2022-02-21 10:34:20 -0500
commitc7690aecd024e3b709cf0c707eba41ef119ef1e0 (patch)
tree681df20c69438d87ddccf0e3a1a927fe356ba1d9
parent1b32bb9c51bd6fd1a71d07c61a165004dab63aa6 (diff)
Add English translation for media modal counter
-rw-r--r--src/i18n/en.json3
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",