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:
Aayush Gupta
2023-05-01 20:17:13 +05:30
parent 9713eefdd7
commit 6e4c3c500b

View File

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