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
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.
The text was updated successfully, but these errors were encountered:
marcelofabri
changed the title
Don't trigger string_has_extra_arguments when original string is missing
[iOS] Don't trigger string_has_extra_arguments when original string is missing
Aug 21, 2024
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:Looks like Android already hasextra_key_in_translation
insteadKeyMissingFromBase
-- we should use it for iOS as wellThis is happening for iOS,
not sure if the same issue is present on Android.The text was updated successfully, but these errors were encountered: