]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
fix number of results translation
[alttp.git] / resources / js / i18n / en.js
index ab70e38c5d51f45af4b2b7dd8904910c82c14567..9ef591644f23e82db72f78452826b902e6a2e4f0 100644 (file)
@@ -434,8 +434,8 @@ export default {
                        heading: 'Rounds',
                        new: 'New round',
                        noSeed: 'No seed set',
-                       numberOfResults: '{{ count }} submission',
-                       numberOfResults_plural: '{{ count }} submissions',
+                       numberOfResults_one: '{{ count }} submission',
+                       numberOfResults_other: '{{ count }} submissions',
                        lock: 'Lock round',
                        lockDescription: 'When a round is locked, runners cannot submit or change results.',
                        locked: 'Results for this round have been locked.',