From 0b03ee98ef6114394117a5e97b0844c12020b5ef Mon Sep 17 00:00:00 2001 From: Gurpreet Kaur <49320239+KGurpreet@users.noreply.github.com> Date: Tue, 10 May 2022 11:29:14 -0700 Subject: [PATCH] Updated Hindi localizable.strings file Added $ to retain positional specifier in Hindi localizable.strings file --- Xcodes/Resources/hi.lproj/Localizable.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xcodes/Resources/hi.lproj/Localizable.strings b/Xcodes/Resources/hi.lproj/Localizable.strings index 36f8bcc..9cd6011 100644 --- a/Xcodes/Resources/hi.lproj/Localizable.strings +++ b/Xcodes/Resources/hi.lproj/Localizable.strings @@ -41,7 +41,7 @@ // Installation Steps // When localizing. Items will be replaced in order. ie "Step 1 of 6: Downloading" // So if changing order, make sure the positional specficier is retained. ex: "%3$@: Step %1$d of %2$d" -"InstallationStepDescription" = "स्टेप %d, %d में से: %@"; +"InstallationStepDescription" = "%2$d का स्टेप %1$d: %3$@"; "DownloadingPercentDescription" = "डाउनलोड: %d%% पूर्ण"; "StopInstallation" = "स्थापना रोकें"; "DownloadingError" = "कोई डाउनलोड जानकारी नहीं मिली";