From b2e0b7dec8fc76e5ed43a801c0718acc0ad6ce8b Mon Sep 17 00:00:00 2001
From: Luna712 <142361265+Luna712@users.noreply.github.com>
Date: Sat, 28 Oct 2023 16:52:58 -0600
Subject: [PATCH] Fix "Multiple substitutions specified in non-positional
format" (#727)
---
app/src/main/res/values/strings.xml | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index f0e92d36..08ed6228 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -77,11 +77,11 @@
%d
%.1f/10.0
%d
- %s Ep %d
+ %1$s Ep %2$d
Cast: %s
Episode %d will be released in
- %dd %dh %dm
- %dh %dm
+ %1$dd %2$dh %3$dm
+ %1$dh %2$dm
%dm
Poster
@@ -97,7 +97,7 @@
Speed (%.2fx)
Rated: %.1f
- New update found!\n%s -> %s
+ New update found!\n%1$s -> %2$s
Filler
%d min
CloudStream
@@ -276,12 +276,12 @@
developers
Season
- %s %d%s
+ %1$s %2$d%3$s
No Season
Episode
Episodes
- %d-%d
- %d %s
+ %1$d-%2$d
+ %1$d %2$s
S
E
No Episodes found
@@ -471,7 +471,7 @@
Kitsu
Trakt
-->
- %s %s
+ %1$s %2$s
account
Log out
Log in
@@ -572,8 +572,8 @@
Plugin Deleted
Could not load %s
18+
- Started downloading %d %s…
- Downloaded %d %s
+ Started downloading %1$d %2$s…
+ Downloaded %1$d %2$s
All %s already downloaded
No plugins found in repository
Repository not found, check the URL and try VPN
@@ -699,16 +699,16 @@
Add
Replace
Replace All
- @string/cancel
+ @string/sort_cancel
It appears that a potentially duplicate item already exists in your library: \'%1$s.\'
\n\nWould you like to add this item anyway, replace the existing one, or cancel the action?
-
+
Potential duplicate items have been found in your library:
- \n\n%1$s
+ \n\n%s
\n\nWould you like to add this item anyway, replace the existing ones, or cancel the action?