Comment 0 for bug 1485929

Revision history for this message
Roberto Carraro (info-robertocarraro) wrote :

Internationalization is missing for the app.
Apart from the labels/texts in the UI it would be nice to have also localized dictionaries of words; initially they could be constructed by simply getting 5-letter words from dictionary, e.g.:

$ grep '^....$' /usr/share/dict/DICTIONARY

and then they could be angrammed:

$ an -w -m 3 -d /usr/share/dict/italian WORD

Then the word lists could be manually sanitized.