virtaal
virtaal copied to clipboard
Add UI language selector
Depends on:
- [x] #1659 Run with non-system localisation
Virtaal is already translated into languages that don't have Windows locales. We should consider an option to make it possible to run with these translations even when the locale isn't there.
Bug #1659 tracked the ability to run with non-system localisation. We should still consider adding a UI, but this is not so serious, and might not be needed for Virtaal 0.7.
It is not clear how important this is any more. We have localisations for the following languages that don't have Windows locales:
cat po/LINGUAS|while read i; do if grep -q \'$i\' virtaal/support/libi18n/locale.py ; then echo -n ""; else echo $i; fi ; done
ak
ast
ca@valencia
cgg
lg
son
It might be a slightly longer list for older versions of Windows (I assume that the list I updated our code from is for Windows 10).
I just don't think this his worth my time right now, so I'm removing this from the 1.0 milestone.