virtaal icon indicating copy to clipboard operation
virtaal copied to clipboard

Add UI language selector

Open friedelwolff opened this issue 14 years ago • 2 comments

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.

friedelwolff avatar Jun 23 '10 21:06 friedelwolff

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.

friedelwolff avatar Sep 15 '10 00:09 friedelwolff

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.

friedelwolff avatar Mar 12 '16 08:03 friedelwolff