40 releases
| 0.1.40 | Aug 24, 2024 |
|---|---|
| 0.1.39 | Aug 24, 2024 |
| 0.1.3 | May 23, 2024 |
#1471 in Parser implementations
Used in xcstringsdocx
25KB
521 lines
Parse Localizable.xcstrings
This small library can parse Localizable.xcstrings in JSON format. Call either one of the 3 public parse functions to get back a Localizable struct back.
With the Localizable struct you can write Android message resource files automatically. This is useful when you want to share message resource between apple and android apps.
Dependencies
~2.7–5MB
~89K SLoC