strings: Add missing postitions of substitutions
Multiple substitutions specified in non-positional format of string resource string/app_list_rating. Did you mean to add the formatted="false" attribute? Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
<resources>
|
||||
<string name="app_name">"Aurora Store"</string>
|
||||
|
||||
<string name="app_list_rating">"%s • %s★ • %s"</string>
|
||||
<string name="app_list_rating">"%1$s • %2$s★ • %3$s"</string>
|
||||
<string name="download_speed_bytes" translatable="false">%1$d B/s</string>
|
||||
<string name="download_speed_kb" translatable="false">%1$s KB/s</string>
|
||||
<string name="download_speed_mb" translatable="false">%1$s MB/s</string>
|
||||
|
||||
</resources>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user