You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: Translations check failed:
- Message "Some message" defined at `tr!("Some message")` macro call in ....rs not found in files for locale "en".
- Message "Some message" defined at `tr!("Some message")` macro call in ...rs not found in files for locale "vi".
Why not insert stubs into .ftl files automatically?
Like this:
Some message = Some message into en/main.ftl
Some message = @TODO into vi/main.tfl
It could be done in a callback or something.
The text was updated successfully, but these errors were encountered:
Why not insert stubs into .ftl files automatically?
Like this:
Some message = Some message
intoen/main.ftl
Some message = @TODO
intovi/main.tfl
It could be done in a callback or something.
The text was updated successfully, but these errors were encountered: