Merge pull request #206 from RobotsAndPencils/localization_fixes_english

Fixes some localization formatting from string to ints
This commit is contained in:
Matt Kiazyk 2022-04-21 10:18:23 -05:00 committed by GitHub
commit 21c6ef2d47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,8 +39,8 @@
"NoXcodeSelected" = "No Xcode Selected";
// Installation Steps
"InstallationStepDescription" = "Step %@ of %@: %@";
"DownloadingPercentDescription" = "Downloading: %@% complete";
"InstallationStepDescription" = "Step %d of %d: %@";
"DownloadingPercentDescription" = "Downloading: %d%% complete";
"StopInstallation" = "Stop installation";
"DownloadingError" = "No download information found";
@ -106,10 +106,10 @@
"SignOut" = "Sign Out";
// SMS/2FA
"DigitCodeDescription" = "Enter the %@ digit code from one of your trusted devices:";
"DigitCodeDescription" = "Enter the %d digit code from one of your trusted devices:";
"SendSMS" = "Send SMS";
"EnterDigitCodeDescription" = "Enter the %@ digit code sent to %@: ";
"SelectTrustedPhone" = "Select a trusted phone number to receive a %@ digit code via SMS:";
"EnterDigitCodeDescription" = "Enter the %d digit code sent to %@: ";
"SelectTrustedPhone" = "Select a trusted phone number to receive a %d digit code via SMS:";
"NoTrustedPhones" = "Your account doesn't have any trusted phone numbers, but they're required for two-factor authentication.\n\nSee https://support.apple.com/en-ca/HT204915.";
// MainWindow