| Crates.io | swift_localizable_json_parser |
| lib.rs | swift_localizable_json_parser |
| version | 0.1.40 |
| created_at | 2024-05-22 18:16:52.230741+00 |
| updated_at | 2024-08-24 14:23:21.166547+00 |
| description | Parse Localizable.xcstrings |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1248271 |
| size | 28,305 |
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.