diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-03 12:52:24 -0500 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-13 12:02:03 -0400 |
| commit | b67a557a8c674ee5875784ca588e5cb2228f2a73 (patch) | |
| tree | a851d4edcc833c3f038e8f72de7b2c230476a85a | |
| parent | 5fb302d0f1f311985f7d26a8e8f11e15ec72d26f (diff) | |
Add English translation for hide tooltip
| -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 61087ec2..bdf1f041 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -119,7 +119,8 @@ "media_modal": { "previous": "Previous", "next": "Next", - "counter": "{current} / {total}" + "counter": "{current} / {total}", + "hide": "Close media viewer" }, "nav": { "about": "About", |
