From 6bd3255a7388adcf39d71a535dcae7d096b77040 Mon Sep 17 00:00:00 2001
From: Luna712 <142361265+Luna712@users.noreply.github.com>
Date: Thu, 26 Oct 2023 15:51:41 -0600
Subject: [PATCH] Fix "Multiple substitutions specified in non-positional
format"
---
app/src/main/res/values/strings.xml | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index e243fe79..cf590f6d 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
@@ -470,7 +470,7 @@
Kitsu
Trakt
-->
- %s %s
+ %1$s %2$s
account
Log out
Log in
@@ -571,8 +571,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,15 +699,15 @@
Replace
Replace All
@string/sort_cancel
-
- It appears that a potentially duplicate item already exists in your library: \'%1$s.\'
+
+ It appears that a potentially duplicate item already exists in your library: \'%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?