swift_localizable_json_parser

Crates.ioswift_localizable_json_parser
lib.rsswift_localizable_json_parser
version0.1.40
sourcesrc
created_at2024-05-22 18:16:52.230741
updated_at2024-08-24 14:23:21.166547
descriptionParse Localizable.xcstrings
homepage
repository
max_upload_size
id1248271
size28,305
(Jasperav)

documentation

README

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.

Commit count: 0

cargo fmt