Comment 12 for bug 1417120

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/4805
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/1a691a9854455903f014192316cd3c7116986c4d
Submitter: Aaron Wells (<email address hidden>)
Branch: 15.04_STABLE

commit 1a691a9854455903f014192316cd3c7116986c4d
Author: Robert Lyon <email address hidden>
Date: Wed May 20 10:44:06 2015 +1200

Allowing for non english theme / plugin lang files to be used

Bug 1417120

The language location check now goes in this order:

1. /local string in selected language
2. theme/plugin directory, in selected language
3. langpack, in selected language
4. /local string in parent language (if any)
5. theme/plugin directory, in parent language
6. langpack, in parent language
7. /local string in English
8. theme/plugin directory, in English

Change-Id: I24f61e24fadbca3a62fefa3855f4f444165d750a
Signed-off-by: Robert Lyon <email address hidden>
(cherry picked from commit 1d7a1fa4252bd4c07d4277bf6a54bf354fbe1471)