Validate translations when variables are used
For example, this string:
Hello, %(name)s!
should be translated in dutch as Hallo, %(name)s!
But it should give an error when not all original variables are present or have the wrong name, etc. This is a very common error and difficult to find in production afterwards. This will be a huge help for translators!
Thanks in advance!
1
vote
