Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.9.3
-
Fix Version/s: None
-
Component/s: Language
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
Description
This is a proposal to add new $string['maintainer'] = "Maintainer Name <maintaner@email.address.tld>" into the langconfig.php in every language pack. If we keep maintainer contact in the language pack itself, we are able:
- to provide a user with contact instructions using standard get_string() function
- automatically email the maintainer from a language tool
- to keep history of maintainers in CVS
The first application using this would be my new language statistics tool I am currently working on.
Please comment at will.
I only see one issue: the languages with no current maintainer.
I guess we could enter there translation@moodle.org
It could be usefull for reporting errors in a language pack, since most translators don't have/check the tracker, they are the only ones involved in the error, for the reporter it is an easier way to report an error since they don't have an account on the tracker ... lots of + for this proposal.