BUG in file translation-helper.class.php
-
There is an error in line 5 that prevents the recognition of the month of “January” in other languages.
The original line in the file is:
“$ monthTranslations = array (__ (‘January’, ”), __ (‘February’, ‘the-holiday-calendar’), __ etc. etc.”The correct line is:
“$ monthTranslations = array (__ (‘ January ‘, ‘the-holiday-calendar’), __ (‘ February ‘, ‘ the-holiday-calendar ‘), __ etc. etc. ”By correcting it, the translations in other languages ??are also fine.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘BUG in file translation-helper.class.php’ is closed to new replies.