File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 295
295
'bs ' => 'Bosanski ' ,
296
296
'ca ' => 'Català ' ,
297
297
'cs ' => 'Česky ' ,
298
+ 'cy ' => 'Cymraeg ' ,
298
299
'da ' => 'Dansk ' ,
299
300
'de ' => 'Deutsch (Sie) ' ,
300
301
'de_informal ' => 'Deutsch (Du) ' ,
Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ public function do_test_locales_all_have_language_dropdown_entry()
35
35
$ diffs = array_diff ($ this ->langs , $ dropdownLocales );
36
36
if (count ($ diffs ) > 0 ) {
37
37
$ diffText = implode (', ' , $ diffs );
38
- $ this ->addWarning ("Languages: {$ diffText } found in files but not in language select dropdown. " );
38
+ $ warning = "Languages: {$ diffText } found in files but not in language select dropdown. " ;
39
+ $ this ->fail ($ warning );
39
40
}
40
41
$ this ->assertTrue (true );
41
42
}
You can’t perform that action at this time.
0 commit comments