is result of a copy paste mishap (forgot to change the message Id), the goi18n extract happily eats/ignores the first message and only outputs the second one to the translation file.
Can we get an error or warning printed out, or at the very list have the extractor create comments for filename/line numbers above the translations in the toml file so we can notice that a certain id is mentioned multiple times and investigate?
Assuming the following code:
is result of a copy paste mishap (forgot to change the message Id), the
goi18n extract
happily eats/ignores the first message and only outputs the second one to the translation file.Can we get an error or warning printed out, or at the very list have the extractor create comments for filename/line numbers above the translations in the toml file so we can notice that a certain id is mentioned multiple times and investigate?