HOWTO change the key of a language string?

HOWTO change the key of a language string?

Renaat Debleu -
回帖数:3
Core developers的头像 Particularly helpful Moodlers的头像 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?

回复Renaat Debleu

Re: HOWTO change the key of a language string?

Tim Hunt -
Core developers的头像 Documentation writers的头像 Particularly helpful Moodlers的头像 Peer reviewers的头像 Plugin developers的头像
I'm pretty sure that needs to be a tracker issue.
回复Tim Hunt

Re: HOWTO change the key of a language string?

Renaat Debleu -
Core developers的头像 Particularly helpful Moodlers的头像 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