Skip to content

Commit af43e00

Browse files
authored
Merge pull request #241 from bmlt-enabled/Correct-Greek-Translation
Correct "cont"
2 parents 68a77b1 + b561d27 commit af43e00

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

bmlt-meeting-list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Bread
1212
* Plugin URI: https://bmlt.app
1313
* Description: Maintains and generates PDF Meeting Lists from BMLT.
14-
* Version: 2.9.10
14+
* Version: 2.9.11
1515
* Author: bmlt-enabled
1616
* Author URI: https://bmlt.app/
1717
* License: GPL-2.0+

includes/lang/translate_el.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"WEEKDAYS" => array( 'ERROR', 'Κυριακή', 'Δευτέρα', 'Τρίτη', 'Τετάρτη', 'Πέμπτη', 'Παρασκευή', 'Σάββατο'),
99
"WKDYS" => array( 'ERR', 'Κυρ', 'Δευ', 'Τρι', 'Τετ', 'Πεμ', 'Παρ', 'Σαβ' ),
1010
"PAGE" => "σελίδα",
11-
"CONT" => "Συνέχισε"
11+
"CONT" => "συνέχεια"
1212
);

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: meeting list, bmlt, narcotics anonymous, na
55
Requires PHP: 8.1
66
Requires at least: 6.2
77
Tested up to: 6.9
8-
Stable tag: 2.9.10
8+
Stable tag: 2.9.11
99

1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -55,6 +55,9 @@ Follow all these steps, keep in mind that once you start using bread, it's not g
5555

5656
== Changelog ==
5757

58+
= 2.9.11 =
59+
* Corrected Greek Translation
60+
5861
= 2.9.10 =
5962
* Version bump
6063

0 commit comments

Comments
 (0)