keeperfx
keeperfx copied to clipboard
Load .po/.pot language files directly (using libintl and gettext)
I don't see much reason to be still converting .po and .pot files into .dat files.
We can simply load those translations directly using libintl and gettext.
No, we can't: code page issues. We'd need to implement UTF-8 first: #2896