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

Move all the text strings into an i18n database for translations #1

Open
jdpye opened this issue Apr 26, 2022 · 3 comments
Open

Move all the text strings into an i18n database for translations #1

jdpye opened this issue Apr 26, 2022 · 3 comments
Assignees

Comments

@jdpye
Copy link
Member

jdpye commented Apr 26, 2022

We have text strings in bilingual French/English format right now, we can localize those strings with python i18n perhaps and open the door to translation into more languages.

@naomitress
Copy link
Collaborator

workflow to get this happening:

  • identify strings
  • translate strings
  • hold translations in another file ( eventually .yml, .txt. for now)
  • adjust code to read translations (i18n package)

@naomitress
Copy link
Collaborator

as a bonus lap, comments in the code are going to be translated too

@jdpye
Copy link
Member Author

jdpye commented Dec 8, 2022

This will be all-encompassing when we implement it so I think we had better wait for the second release of the package to attempt this.

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

No branches or pull requests

2 participants