HOWTO change the key of a language string?

HOWTO change the key of a language string?

oleh Renaat Debleu -
Jumlah balasan: 3
Gambar dari Core developers Gambar dari Particularly helpful Moodlers Gambar dari 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?

Rata-rata penilaian: -
Sebagai balasan Renaat Debleu

Re: HOWTO change the key of a language string?

oleh Tim Hunt -
Gambar dari Core developers Gambar dari Documentation writers Gambar dari Particularly helpful Moodlers Gambar dari Peer reviewers Gambar dari Plugin developers
I'm pretty sure that needs to be a tracker issue.
Sebagai balasan Tim Hunt

Re: HOWTO change the key of a language string?

oleh Renaat Debleu -
Gambar dari Core developers Gambar dari Particularly helpful Moodlers Gambar dari 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