Pebble watchface that shows current time as text and a random word from Duolingo.
To add a new language:
- Increase LANG_COUNT in languages.h
- Extend the lang_t enum in languages.h
- Append the necessary information to the languages[] array in languages.h. NOTE: Languages MUST be in the same order as in the lang_t enum!
- Add number creation logic to make_numbers() in languages.h
- Edit settings_N.html in the gh-pages branch, and add another option corresponing to the new language. NOTE: The "value" attribute MUST be the same as in the lang_t enum!
- Add the language code to lang_codes in duo.js