-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Localization not working with Localizable.strings file #26
Comments
@thang2410199 hey I hope all is ok, and some configurations of Localize |
I work with iOS 11.3, latest Xcode 9.3 (9E145) and cocoapod.
From: Andres Silva Gomez <notifications@github.com>
Reply-To: andresilvagomez/Localize <reply@reply.github.com>
Date: Tuesday, 15 May 2018 at 16.09
To: andresilvagomez/Localize <Localize@noreply.github.com>
Cc: Ngo Quoc Thang <thang2410199@gmail.com>, Mention <mention@noreply.github.com>
Subject: Re: [andresilvagomez/Localize] Localization not working with Localizable.strings file (#26)
CocoaPods
|
@thang2410199 thanks for your report I found the issue and I fix i. Its ready in CocoaPods thanks for all, have a good day. -> Localize (2.0.3) Updating spec repo 🎉 Congrats 🚀 Localize (2.0.3) successfully published
|
@thang2410199 remember you can use this if your string file is named Strings.string
If you have a different file name, in your app delegate
and use the first code part. Thanks for all !! |
Please let me know if it works for you |
I used
Localizable.strings
according to Apple guideline, and it works withNSLocalizedString("key", comment: "")
Now I try to use Localize and
"key".localized
and it displaykey
, not the proper valueThe text was updated successfully, but these errors were encountered: