« Previous | Next » 

Revision 31fe8343

ID31fe8343adbd503ed7a8610f03ca00b9ea1745d6
Parent ef17cc34
Child 1d3c1842

Added by Hans-Christoph Steiner almost 4 years ago

fix RO translation's formats, based on lint warning

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>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences