From c3964a91929b11b85f9cf316fe5a96e2ad3b476d Mon Sep 17 00:00:00 2001 From: KrLite <68179735+KrLite@users.noreply.github.com> Date: Sat, 20 Jul 2024 19:37:47 +0800 Subject: [PATCH] Fixes hard cast issues --- Loop/Localizable.xcstrings | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Loop/Localizable.xcstrings b/Loop/Localizable.xcstrings index b130688a..b5e8b638 100644 --- a/Loop/Localizable.xcstrings +++ b/Loop/Localizable.xcstrings @@ -14149,13 +14149,13 @@ "zh-Hans" : { "stringUnit" : { "state" : "translated", - "value" : "版本 %1$@(%2$@)" + "value" : "版本 %1$@(%2$lld)" } }, "zh-HK" : { "stringUnit" : { "state" : "translated", - "value" : "版本%1$@(%2$@)" + "value" : "版本%1$@(%2$lld)" } } } @@ -17552,4 +17552,4 @@ } }, "version" : "1.0" -} \ No newline at end of file +}