IoannisKydonis has uploaded a new change for review. https://gerrit.wikimedia.org/r/265499
Change subject: Add PLURAL support for foxway-php-fatal-error-cannot-break-continue. ...................................................................... Add PLURAL support for foxway-php-fatal-error-cannot-break-continue. Thread: https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Foxway-php-fatal-error-cannot-break-continue/en Change-Id: I053bf3ffed140820828c3eedab3c95add3992845 --- M i18n/en.json 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Foxway refs/changes/99/265499/1 diff --git a/i18n/en.json b/i18n/en.json index 3a546aa..901aef2 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -9,7 +9,7 @@ "foxway-error-bad-delimiter": "Delimiter must not be alphanumeric or backslash.", "foxway-error-no-ending-matching-delimiter": "No ending matching delimiter \"$1\" found.", "foxway-error-unknown-modifier": "Unknown modifier \"$1\".", - "foxway-php-fatal-error-cannot-break-continue": "PHP fatal error: Cannot break/continue $1 levels on page $2 line $3.", + "foxway-php-fatal-error-cannot-break-continue": "PHP fatal error: Cannot break/continue {{PLURAL:$1|$1 level|$1 levels}} on page $2 line $3.", "foxway-php-fatal-error-max-execution-time": "PHP fatal error: Maximum execution time of {{PLURAL:$1|$1 second|$1 seconds}} exceeded on page $2.", "foxway-php-fatal-error-max-execution-time-scope": "PHP fatal error: Maximum execution time of $1 second exceeded on page $2 line $3.", "foxway-php-fatal-error-undefined-function": "PHP fatal error: Call to undefined function $1() on page $2 line $3.", -- To view, visit https://gerrit.wikimedia.org/r/265499 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I053bf3ffed140820828c3eedab3c95add3992845 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Foxway Gerrit-Branch: master Gerrit-Owner: IoannisKydonis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
