Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: Internationalization , Policy
-
Labels:
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
Right now we have the following prefixes for language files:
- core/lang -> NO prefix
- core/components/component -> mm.core.component.*
- addons/addon -> mma.addon.*
We agreed to use the following:
- core/lang -> mm.core.*
- core/components/component -> mm.component.*
- addons/addon -> mma.addon.*