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

Synchronising .ftl files and finding fluent IDs #626

Open
alexanderjulmer opened this issue Feb 7, 2024 · 0 comments
Open

Synchronising .ftl files and finding fluent IDs #626

alexanderjulmer opened this issue Feb 7, 2024 · 0 comments

Comments

@alexanderjulmer
Copy link

I have a mixed Django and React codebase of which the latter uses fluent.js. For Django we would like to migrate. There are two major problems though:

  1. I haven't found a way yet to keep the .ftl files in sync. This leads to easily forgetting a string in any of the language versions impacting the UI.
  2. Finding all the fluent IDs. In Django there is makemessages which can search all the Python and HTML files for references to translations. Is something similar possible with fluent?

p.s.: I am not quite sure this is worthy of an issue, apologies for that. But I didn't find any other way of communicating with the project. Maybe adding Github Discussions could be worthwhile?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant