mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-04-27 15:07:39 +00:00
Updated Hindi localizable.strings file
Added $ to retain positional specifier in Hindi localizable.strings file
This commit is contained in:
parent
050cf98660
commit
0b03ee98ef
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
||||||
// Installation Steps
|
// Installation Steps
|
||||||
// When localizing. Items will be replaced in order. ie "Step 1 of 6: Downloading"
|
// 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"
|
// 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%% पूर्ण";
|
"DownloadingPercentDescription" = "डाउनलोड: %d%% पूर्ण";
|
||||||
"StopInstallation" = "स्थापना रोकें";
|
"StopInstallation" = "स्थापना रोकें";
|
||||||
"DownloadingError" = "कोई डाउनलोड जानकारी नहीं मिली";
|
"DownloadingError" = "कोई डाउनलोड जानकारी नहीं मिली";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue