Commit Graph

7 Commits

Author SHA1 Message Date
Mel 66dd632a6e
IDPROD-2527: lint for duplicate localized strings (#378)
Lint for localized strings that are duplicated across modules.
2021-10-06 14:04:37 -07:00
Mel babdfdae22
MOBILESDK-266: multi-module localization (#280)
Adds the ability to put localized strings in `StripeCore` and sets up infrastructure for any new module to contain localized strings. Now each module will have...
- Its own version of `STPLocalizedString`
- Its own set of `Resources/Localizations/*.lproj/Localizable.strings` files
2021-07-13 15:03:29 -07:00
Cameron 8aa791826f
Adds script to check for invalid formatting in localized strings (#211) 2021-05-06 10:37:14 -07:00
davidme-stripe a964f638cd
Release 3DS2 framework source code (#62)
Stripe3DS2 is now open source under the MIT license.
2021-01-05 16:50:08 -08:00
davidme-stripe cea45b4212
Swift conversion review: Update project files, scripts, and embedded dependencies (#1695) 2020-11-04 15:43:09 -08:00
David Estes 7c5d869bb6 Setup CircleCI 2020-10-08 17:54:02 -07:00
Cameron 5b60e80729
Adds localization helper scripts (#1541)
* Adds new scripts to push new localized strings to lokalise, pull translations from lokalise, detect missing translations, and detect newly added localized strings

* Better git diff detection.

* Use custom final status

* Remove custom lang map (set in lokalise instead).

* Request zh-Hant

* Better newline handling
2020-04-17 15:34:34 -07:00