Skip to content

Commit a621add

Browse files
jenkins-botGerrit Code Review
authored andcommitted
Merge "Fix "Avgust" to "avgust" in kaa, following a change on TranslateWiki"
2 parents 91282dd + f7fa075 commit a621add

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/tests/phpunit/Formatters/MwTimeIsoFormatterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ public static function formatProvider() {
321321
],
322322
[
323323
'+2013-08-16T00:00:00Z', TimeValue::PRECISION_DAY,
324-
'16 Avgust, 2013',
324+
'16 avgust, 2013',
325325
'kaa',
326326
],
327327
[

repo/tests/phpunit/includes/Parsers/TimeFormatterParserRoundtripTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ private function newTimeParserFactory( ?ParserOptions $options = null ) {
3737
'January' => 1,
3838
'agosto' => 8,
3939
'Augusti' => 8,
40-
'Avgust' => 8,
40+
'avgust' => 8,
4141
'December' => 12,
4242
] );
4343

@@ -199,7 +199,7 @@ public static function precisionDayProvider() {
199199
// Preserve punctuation as given in MessagesXx.php but skip suffixes and words
200200
[
201201
'+2013-08-16T00:00:00Z',
202-
'16 Avgust, 2013',
202+
'16 avgust, 2013',
203203
'kaa',
204204
],
205205
[

0 commit comments

Comments
 (0)