You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow image URLs to have any query string parameters, and split
the URL check messages into two so that it's clearer which is
being applied when a URL fails.
Copy file name to clipboardExpand all lines: i18n/en.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@
5
5
"form-heading": "Transcribe an image",
6
6
"image-url": "Image URL",
7
7
"image-url-help": "Insert an image URL hosted on a Wikimedia server such as: $1",
8
-
"image-url-error": "Image URL must begin with {{PLURAL:$1|the following domain name|one of the following domain names}} and end with a valid file extension: $2",
8
+
"image-url-error": "Image URL must be for {{PLURAL:$1|the following domain name|one of the following domain names}}: $2",
9
+
"image-url-error-extension": "Image URL have one of the following file extensions: $1",
Copy file name to clipboardExpand all lines: i18n/qqq.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@
12
12
"form-heading": "Heading for the main form.",
13
13
"image-url": "Form label for the 'image' field.",
14
14
"image-url-help": "Help text for the 'image' field.",
15
-
"image-url-error": "Error message shown when the 'image' field is not valid.",
15
+
"image-url-error": "Error message shown when the 'image' field is not for a valid host.\n\nParameter:\n* $1 — Integer number of host names.\n* $2 — List of host names.",
16
+
"image-url-error-extension": "Error message shown when the 'image' field is not for a valid file extension.\n\nParameter:\n* $1 — List of permitted file extensions.",
16
17
"image-alt-text": "Alt text for the displayed image, next to the OCR text box.",
17
18
"language-code": "Form label for the 'languages' field.",
18
19
"engine": "Form label for the 'engine' field.\nOCR is a common abbreviation in English for \"Optical Characters Recognition\".",
0 commit comments