Skip to content

Commit cdd8bc0

Browse files
committed
L10N patch.
1 parent cf5e2ae commit cdd8bc0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"require": {
1414
"php": ">=7.2.0",
15-
"maikuolan/common": "^2.12",
15+
"maikuolan/common": "^2.13",
1616
"ext-pcre": "*"
1717
},
1818
"suggest": {

l10n/en.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: English language data (last modified: 2023.10.12).
10+
# This file: English language data (last modified: 2024.07.16).
1111
##/
1212

1313
SafeBrowseLookup:
1414
200: "Potentially harmful URL detected"
1515
400: "API request error"
16-
401: {"en-AU": "API authorisation error", "en-CA": "API authorization error", "en-US": "API authorization error"}
16+
401:
17+
en-AU: "API authorisation error"
18+
[en-CA, en-US]: "API authorization error"
1719
503: "API service unavailable"
1820
999: "Unknown API error"
1921
error_log_header: "If any of the following errors persist, to report them, or to seek support, please create a new issue at the phpMussel issues page at GitHub when you've got a spare moment, with the errors in question along with any other pertinent information attached. Thanks."

0 commit comments

Comments
 (0)