You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.
will display the placeholder.card_number in the placeholder.
I'm not comfortable enough with podspec files to correct this. I'm inclined to just include the entire resources folder because it has everything we need.
Also, this localization issue is a new change from this commit.
The text was updated successfully, but these errors were encountered:
That's a good thing - you should create that table in your own bundle resources. What might be a good pull request would be to use NSLocalizedStringWithDefaultValue instead so that folks who don't care to add localization still get the EN defaults included in the repo.
I noticed that the Localization is not being pulled down when installing from the podspec.
This results in the card view placeholder text to be literal. Example:
self.cardNumberField.placeholder = NSLocalizedStringFromTable(@"placeholder.card_number", @"STPaymentLocalizable", nil);
will display the
placeholder.card_number
in the placeholder.I'm not comfortable enough with podspec files to correct this. I'm inclined to just include the entire resources folder because it has everything we need.
Also, this localization issue is a new change from this commit.
The text was updated successfully, but these errors were encountered: