mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #07653
[Bug 905051] [NEW] The .utf8 in language packs is not meaningful and should be removed
Public bug reported:
We only support the UTF-8 encoding for language packages, so something
like "en.utf8" should just be called "en".
Here's an idea for how to make the transition:
1- add support for "en" without the .utf8 everywhere (not removing support for en.utf8)
2- switch all of our tools (e.g. the language pack scripts) to produce directories without .utf8
3- issue a warning in the admin area if there are any .utf8 directories and tell admins to rename them
4- in the pre-upgrade checks, check for .utf8 directories and abort
5- stop reading from .utf8 directories
Steps 1 to 3 could be done in the same release, but 4 and 5 need to wait
for at least the release after that.
** Affects: mahara
Importance: Low
Status: Triaged
** Tags: translations
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/905051
Title:
The .utf8 in language packs is not meaningful and should be removed
Status in Mahara ePortfolio:
Triaged
Bug description:
We only support the UTF-8 encoding for language packages, so something
like "en.utf8" should just be called "en".
Here's an idea for how to make the transition:
1- add support for "en" without the .utf8 everywhere (not removing support for en.utf8)
2- switch all of our tools (e.g. the language pack scripts) to produce directories without .utf8
3- issue a warning in the admin area if there are any .utf8 directories and tell admins to rename them
4- in the pre-upgrade checks, check for .utf8 directories and abort
5- stop reading from .utf8 directories
Steps 1 to 3 could be done in the same release, but 4 and 5 need to
wait for at least the release after that.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/905051/+subscriptions
Follow ups
References