>>>>> Gabriel Kerneis <[email protected]> writes:
> I don't like when ledger uses hard-coded (English) strings. IIRC, there are > a few other places in ledger's code that do the same (something about > equity?). Ledger is 100% localized, using the gettext library. You can provide a translation file during the build process in order to switch languages at runtime based on the current locale. That's why I haven't done more to make these strings configurable. That said, perhaps there should be an easier way to allow users to define important strings like this. Maybe a series of "--string-XXX" options? John
