Skip to content

Commit a5fbee3

Browse files
committed
L10N patch.
1 parent 9f61b4b commit a5fbee3

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

assets/config.yml

+2-1
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.05.03).
10+
# This file: Configuration defaults file (last modified: 2023.06.01).
1111
##/
1212

1313
core:
@@ -180,6 +180,7 @@ core:
180180
zh-TW: "中文(傳統)"
181181
choice_filter: "filterL10N"
182182
defer:
183+
bn-IN: "bn-BD"
183184
en-GB: "en-AU"
184185
en-NZ: "en-AU"
185186
en-SG: "en-AU"

l10n/pa.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Punjabi language data (last modified: 2023.05.03).
10+
# This file: Punjabi language data (last modified: 2023.05.07).
1111
#
1212
# Regarding translations: My native language is English. Because this is a free
1313
# and open-source hobby project which generates zero income, and translatable
@@ -52,9 +52,9 @@ grammar_fullstop: "%s।"
5252
grammar_spacer: " "
5353
image: "ਚਿੱਤਰ"
5454
invalid_data: "ਅਵੈਧ ਡੇਟਾ!"
55-
invalid_file: "ਅਵੈਧ ਫ਼ਾਈਲ!"
55+
invalid_file: "ਅਵੈਧ ਫਾਈਲ!"
5656
macros_not_permitted: "ਮੈਕਰੋਜ਼ ਦੀ ਇਜਾਜ਼ਤ ਨਹੀਂ ਹੈ"
57-
only_allow_images: "ਸਿਰਫ਼ ਚਿੱਤਰ ਫ਼ਾਈਲਾਂ ਦੀ ਇਜਾਜ਼ਤ ਹੈ"
57+
only_allow_images: "ਸਿਰਫ਼ ਚਿੱਤਰ ਫਾਈਲਾਂ ਦੀ ਇਜਾਜ਼ਤ ਹੈ"
5858
quarantined_as: ""%s.qfu" ਵਜੋਂ ਕੁਆਰੰਟੀਨ ਕੀਤਾ ਗਿਆ।"
5959
recursive: "ਆਵਰਤੀ ਡੂੰਘਾਈ ਸੀਮਾ ਵੱਧ ਗਈ"
6060
response_error: "ਗਲਤੀ"

src/Loader.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* License: GNU/GPLv2
99
* @see LICENSE.txt
1010
*
11-
* This file: The loader (last modified: 2023.04.25).
11+
* This file: The loader (last modified: 2023.06.01).
1212
*/
1313

1414
namespace phpMussel\Core;
@@ -1094,7 +1094,7 @@ public function deleteDirectory(string $Dir): void
10941094
/**
10951095
* Log rotation.
10961096
*
1097-
* @param string $Pattern What to identify logfiles by (should be supplied via the relevant logging directive).
1097+
* @param string $Pattern What to identify log files by (should be supplied via the relevant logging directive).
10981098
* @return bool False when log rotation is disabled or errors occur; True otherwise.
10991099
*/
11001100
public function logRotation(string $Pattern): bool

0 commit comments

Comments
 (0)