Skip to content

Conversation

@wquist
Copy link

@wquist wquist commented Apr 10, 2021

Closes #83

These commits add additional support for the remaining BIP39 languages (traditional chinese, italian, and korean). Auto-detection of language from locale was already present, but modified slightly to compare based on a new Locale(lang).getLanguage() instead of just lang, as recommended in the Android docs. Simplified vs. Traditional Chinese may still need some extra checks (such as getCountry(), although I am not certain this is fool-proof), as it seems getLanguage() can still return "zh" for some traditional locales.

In regards to selecting an English override for the 12-words, the app was already searching through the set of available languages and choosing any match, so this is not necessarily needed. Instead, perhaps the InputWordsActivity could display a message such as "Enter your 12 words in their original language", translated as appropriate.

Lastly, instrumentation tests were added (androidTest/PaperKeyAndroidTests.java) to validate the paper key checks, even when the word language does not match the locale. Some more generalized locale tests are also in place, although these could be expanded for Chinese.

@wquist wquist marked this pull request as ready for review April 26, 2021 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Please add other mnemonic languages.

1 participant