mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #04020
[Bug 786923] Re: Strings in pieforms.php are not used in foreign languages
element.date.monthnames is only used by the pieforms 'date' element, and
that element is only used in a few places. One example is
admin/users/edit.php, where it's used to set an account expiry date. In
those places, the month names should display correctly according to the
pieforms.php language file. It works correctly on my 1.4 installation
using the
If other dates around the site are not being displayed in the correct
language, that can happen if the relevant locale is not installed on the
server, or because the 'locales' string is not correct in the
langconfig.php file.
langconfig.php should have something like this in it:
$string['locales'] = 'es_ES.UTF-8,spanish';
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/786923
Title:
Strings in pieforms.php are not used in foreign languages
Status in Mahara ePortfolio:
Incomplete
Bug description:
Using cpds pluging and after a email chat with its programmer, I have
discover a problem with the dates in localised versions of Mahara.
When displaying date, the month names are not taken from the
translated version of pieforms.php. Therfore, the month names are
still in English even with a French or German pieforms.php in the
according xx.utf8 in the langpacks folder.
This bug is visible in cpds and plans artefacts.
I didn't check the code to find the origin of the problem.
References