mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-01-31 10:11:38 -05:00
Inconsistent formatting types for argument #1 in format string searchres_napps ('%s'): Found both 'd' and 's' (in values/strings.xml) This lint check ensures the following: (1) If there are multiple translations of the format string, then all translations use the same type for the same numbered arguments (2) The usage of the format string in Java consistent with the format string, meaning that the parameter types passed to String.format matches those in the format string. <string name="searchres_napps">Sa gasit o aplicatie potrivita cu %s\'</string> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~