BananoCoin / BananoNault

BananoNault (working title) is a simple Banano wallet based off Nault.
https://bananonault.bananocc
MIT License
6 stars 1 forks source link

Localization/ Internationalization (i18n) #20

Open sebrock opened 4 years ago

sebrock commented 4 years ago

Internationalization (i18n) is the process of designing and preparing your app to be usable in different locales around the world. Localization is the process of building versions of your app for different locales, including extracting text for translation into different languages, and formatting data for particular locales.

Angular provides a localize package to support localization.

I believe this would add a lot of value to BananoVault, enabling monkeys around the world to use it in their language.

@andrecrjr and @sebrock have recently conducted internationalization efforts for two of their recent projects, so we have experience and learnings from that on the team.

sebrock commented 4 years ago

Separate project created