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
Check that args match across different languages for the same message.
Report for the percent translated.
Check that the message format parses correctly
Check for messages in translated languages which are not present in the fallback language, and are probably redundant.
For projects exclusively using the fl!() macro, a check to see when messages are no longer being used (and an option to ignore the warning based on a special comment keyword on the message) for exceptions where the macro isn't used.
The text was updated successfully, but these errors were encountered:
This was designed to perform validations, but it only currently works
for gettext and not fluent. It's also failing to build in Windows in CI.
Once there's fluent support, we'll likely want to revisit this:
kellpossible/cargo-i18n#31
Ideas for validations:
fl!()
macro, a check to see when messages are no longer being used (and an option to ignore the warning based on a special comment keyword on the message) for exceptions where the macro isn't used.The text was updated successfully, but these errors were encountered: