From 050cf98660cd7b2c651d4e8f82ca9d4b493aae85 Mon Sep 17 00:00:00 2001 From: Gurpreet Kaur <49320239+KGurpreet@users.noreply.github.com> Date: Tue, 10 May 2022 10:24:26 -0700 Subject: [PATCH] Updated Hindi Localizable.strings file Updated installation steps translation to retain positional specifier --- 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 f3b5a61..36f8bcc 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" = "स्टेप %d, %d में से: %@"; "DownloadingPercentDescription" = "डाउनलोड: %d%% पूर्ण"; "StopInstallation" = "स्थापना रोकें"; "DownloadingError" = "कोई डाउनलोड जानकारी नहीं मिली";