From 31fe8343adbd503ed7a8610f03ca00b9ea1745d6 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 14 Feb 2014 23:17:48 -0500 Subject: [PATCH] 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. Sa gasit o aplicatie potrivita cu %s\' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- res/values-ro/strings.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml index 40c1a4fe3..f0f0db7ae 100644 --- a/res/values-ro/strings.xml +++ b/res/values-ro/strings.xml @@ -1,8 +1,8 @@ - Sa gasit o aplicatie potrivita cu %s\' - Sa gasit o aplicatie potrivita cu %s\' - Nu exita aplicatii potrivite cu %s\': + Sa gasit %1$d aplicații potrivita cu \'%2$s\' + Sa gasit o aplicatie potrivita cu \'%s\' + Nu exita aplicatii potrivite cu \'%s\': Versiune Istoric aplicatii descarcate Noutati