40 releases

0.1.40 Aug 24, 2024
0.1.39 Aug 24, 2024
0.1.3 May 23, 2024

#1647 in Parser implementations

Download history 259/week @ 2024-05-20 1/week @ 2024-06-03 17/week @ 2024-07-01 8/week @ 2024-07-22 780/week @ 2024-07-29 1081/week @ 2024-08-05 1526/week @ 2024-08-12 498/week @ 2024-08-19 28/week @ 2024-08-26

3,521 downloads per month
Used in xcstringsdocx

MIT license

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

~3–5MB
~93K SLoC