lbry.com/content/bounty/app-i18n.md
Thomas Zarebczan beddd1bafa
lbry-app > lbry-desktop (#674)
find + replace
2018-07-12 12:45:21 -07:00

18 lines
765 B
Markdown

---
category: browser
title: Internationalization of LBRY App
award: 2000
status: complete
date: '2016-07-01'
---
The LBRY App is currently lacking support for internationalization.
To complete this bounty, [lbry-desktop](https://github.com/lbryio/lbry-desktop) must be modified as follows:
- Add [gettext](https://en.wikipedia.org/wiki/Gettext) internationalization calls to the React app
- Store selected language in the user settings
- Load and perform translation based on language settings
- Existing component text and messaging must be wrapped in translation calls
It is probably a good idea to consult with our development team on [Discord chat](https://chat.lbry.io) or via [email](mailto:hello@lbry.io) before completing this bounty in it's entirety.