We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To ease both development and deploy, we need to refactor how we use and deploy translation strings.
Here is how it should work:
.mo
.pot
Related to antistatique/holdibat#107
Steps to achieve the task:
gettext
$ msgfmt source.po -o destination.mo # not sure if it's necessary regarding the next step $ msgfilter -i fr_FR.po -o holdibat.pot true
.po
Good DX and DB-first string translations
The text was updated successfully, but these errors were encountered:
No branches or pull requests
💬 Describe the task
To ease both development and deploy, we need to refactor how we use and deploy translation strings.
Here is how it should work:
.mo
(impossible to version) and.pot
(that disable template sync)Related to antistatique/holdibat#107
✅ Todo
Steps to achieve the task:
gettext
installed:.po
to favour the string in the database🧞 Expected result
Good DX and DB-first string translations
The text was updated successfully, but these errors were encountered: