Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for multiple languages #1

Open
3 tasks
roata opened this issue Mar 4, 2019 · 3 comments
Open
3 tasks

Add support for multiple languages #1

roata opened this issue Mar 4, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@roata
Copy link
Member

roata commented Mar 4, 2019

Some people requested a Russian UI.

  • figure out which localization tool to use for strings, perhaps Babel?
  • find a privacy-preserving way to store a user's language preferences
  • ensure the strings are factored out into separate resources, to make translations by contributors easy
@iamandrewluca
Copy link
Member

iamandrewluca commented Mar 4, 2019

If someone wants to contribute to translating to different langauges we can use
https://crowdin.com/
https://crowdin.com/page/open-source-project-setup-request

@ralienpp
Copy link
Contributor

ralienpp commented Mar 5, 2019

A privacy-preserving way to store the user preferences would be to hash the name+username string, and use that as a key in key-value store.

@roata roata added the enhancement New feature or request label Mar 8, 2019
@roata
Copy link
Member Author

roata commented May 14, 2019

Andrew suggested the use of the language_code attribute of a user profile:
https://core.telegram.org/bots/api#user

This is the way to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants