https://phabricator.kde.org/D25029 made some improvements of the conversion of currency amounts to text, but it was pointed out in a comment that the changes are very English centric, and numbers are put in text very differently in other languages. It would be good to allow language specific conversion, but I assume this would require first some framework for selecting the language, to make it easier to add additional languages. In addition, I wonder if this might be something that could be handled by one of the KDE frameworks, so it could be selected as part of the locale. I suspect that would be an even further future possibility. I'm not sure if this might be related to bug 255492 (KMyMomney's currency system should be ported to use KDE currency support)
Git commit 16ebdb754e2b32a846aed468f11e47f74afa8778 by Thomas Baumgart, on behalf of Shinjo Park. Committed on 29/06/2020 at 18:25. Pushed by tbaumgart into branch 'master'. Allow scripting of translation of numerals Not all languages have numerals like English, so current English-centric numeral rules do not fit everywhere. This allows scriptig of numeral translations for more flexibility. Related: bug 420321 M +8 -0 kmymoney/plugins/checkprinting/numbertowords.cpp https://invent.kde.org/office/kmymoney/commit/16ebdb754e2b32a846aed468f11e47f74afa8778