Looks like string_has_extra_arguments can be triggered if a string with arguments is present in a translated strings file, but missing from the original one.
IMO this should be reported with a new "problem" type: extra_key_in_translation instead Looks like Android already has KeyMissingFromBase -- we should use it for iOS as well
This is happening for iOS, not sure if the same issue is present on Android.
Looks like
string_has_extra_argumentscan be triggered if a string with arguments is present in a translated strings file, but missing from the original one.IMO this should be reported with a new "problem" type:Looks like Android already hasextra_key_in_translationinsteadKeyMissingFromBase-- we should use it for iOS as wellThis is happening for iOS,
not sure if the same issue is present on Android.