HOWTO change the key of a language string?

HOWTO change the key of a language string?

by Renaat Debleu -
Number of replies: 3
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

The current currencies.php file contains this line:

$string['ZMK'] = 'Zambian Kwacha';

But I think the correct code for this currency is ZMW (https://en.wikipedia.org/wiki/Zambian_kwacha and https://en.wikipedia.org/wiki/ISO_4217). So the line should be

$string['ZMW'] = 'Zambian Kwacha';

Do I report this on Amos or in de Moodle Tracker?

Average of ratings: -
In reply to Renaat Debleu

Re: HOWTO change the key of a language string?

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
I'm pretty sure that needs to be a tracker issue.
In reply to Tim Hunt

Re: HOWTO change the key of a language string?

by Renaat Debleu -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers
After all Amos is involved too. As the string has been translated into +70 languages, David Mudrák (@mudrd8mz) proposed an extra Amos script;
 
AMOS BEGIN
 MOV [ZMK,core_currencies],[ZMW,core_currencies]
AMOS END