From dd99b9c611ac5aa40ec10842a5d9ec9971405852 Mon Sep 17 00:00:00 2001 From: Matt Kiazyk Date: Mon, 9 May 2022 21:00:21 -0500 Subject: [PATCH] Merge from main --- Xcodes/Resources/hi.lproj/Localizable.strings | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Xcodes/Resources/hi.lproj/Localizable.strings b/Xcodes/Resources/hi.lproj/Localizable.strings index d984a21..f3b5a61 100644 --- a/Xcodes/Resources/hi.lproj/Localizable.strings +++ b/Xcodes/Resources/hi.lproj/Localizable.strings @@ -39,6 +39,8 @@ "NoXcodeSelected" = "कोई Xcode चयनित नहीं"; // 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"; "DownloadingPercentDescription" = "डाउनलोड: %d%% पूर्ण"; "StopInstallation" = "स्थापना रोकें";