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

i18n - Internationalization #1

Open
2 tasks
dlercier opened this issue Dec 10, 2024 · 2 comments
Open
2 tasks

i18n - Internationalization #1

dlercier opened this issue Dec 10, 2024 · 2 comments

Comments

@dlercier
Copy link
Contributor

  • Make Récolt'O multilingual and provide an English version
  • Connect weblate to provide other versions in different languages
@CBalsier
Copy link
Collaborator

I think that this one could be splitted in several steps (because it can become huge and long to review), such as

  • extracting the strings to translate from the current code, store them in a separate file, and make the app retrieve them instead of having the hard-coded content
  • check for strings not extracted in the app (review step, can/should be done by someone else?)
  • install weblate on the side (which solution? docker? on makinacorpus' servers? in this case, who should get the accesses?) and familiarize ourselves with its outputs
  • connect both 🎉

@SimonMellerin
Copy link
Member

Yep we definitely need to split this issue 👍

Some additional thoughts:

  • Before using weblate (which is a target goal but not essential), I think we can add a second language such as english
  • I think we can use the public instance of Weblate as recolto is FOSS, see https://weblate.org/fr/hosting/ :

image

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

3 participants