logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: c7690aecd024e3b709cf0c707eba41ef119ef1e0
parent 1b32bb9c51bd6fd1a71d07c61a165004dab63aa6
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Mon, 21 Feb 2022 10:34:20 -0500

Add English translation for media modal counter

Diffstat:

Msrc/i18n/en.json3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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",