Skip to content

Commit 17f0c8e

Browse files
committed
L10N patch.
1 parent dccb04a commit 17f0c8e

File tree

3 files changed

+20
-16
lines changed

3 files changed

+20
-16
lines changed

assets/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Configuration defaults file (last modified: 2023.04.01).
10+
# This file: Configuration defaults file (last modified: 2023.04.03).
1111
##/
1212

1313
core:
@@ -148,6 +148,7 @@ core:
148148
bn: "বাংলা"
149149
de: "Deutsch"
150150
en: "English"
151+
en-US: "English (US)"
151152
es: "Español"
152153
fa: "فارسی"
153154
fr: "Français"

l10n/en-US.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
##\
2+
# This file is a part of the phpMussel\Core package.
3+
# Homepage: https://phpmussel.github.io/
4+
#
5+
# PHPMUSSEL COPYRIGHT 2013 AND BEYOND BY THE PHPMUSSEL TEAM.
6+
#
7+
# License: GNU/GPLv2
8+
# @see LICENSE.txt
9+
#
10+
# This file: US English language data (last modified: 2023.04.03).
11+
#
12+
# Note: Including data only where it differs from its AU/GB/NZ English
13+
# counterpart (doing otherwise isn't necessary due to the L10N handler's
14+
# fallback mechanism).
15+
##/
16+
17+
SafeBrowseLookup_401: "API authorization error"

l10n/en.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: English language data (last modified: 2023.04.01).
11-
#
12-
# Regarding translations: My native language is English. Because this is a free
13-
# and open-source hobby project which generates zero income, and translatable
14-
# content is likely to change as the features and functionality supported by
15-
# the project changes, it doesn't make sense for me to spend money for
16-
# translations. Because I'm the sole author/developer/maintainer for the
17-
# project and I'm not a ployglot, any translations I produce are very likely to
18-
# contain errors. Sorry, but realistically, that won't ever change. If you find
19-
# any such errors/typos/mistakes/etc, your assistance to correct them would be
20-
# very much appreciated. Pull requests are invited and encouraged. Otherwise,
21-
# if you find these errors too much to handle, just stick with the original
22-
# English source. If a translation is irredeemably incomprehensible, let me
23-
# know which, and I can delete it. If you're not sure how to perform pull
24-
# requests, ask. I can help.
10+
# This file: English language data (last modified: 2023.04.03).
2511
##/
2612

2713
SafeBrowseLookup_200: "Potentially harmful URL detected"

0 commit comments

Comments
 (0)