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.
Internationaliz ation 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.