tomkowz / Swifternalization

Localize iOS apps in a smarter way using JSON files. Swift framework.
MIT License
579 stars 47 forks source link

Does this work with .json files? #36

Open rlam3 opened 6 years ago

rlam3 commented 6 years ago

Does this work with .json files?

tomkowz commented 6 years ago

@rlam3 yes it works.

etzuk commented 5 years ago

@tomkowz Can .json file be replaced in run time? Or in other words, can .json be updated remotely in run time or all value taking place in compile time?

tomkowz commented 5 years ago

@etzuk If you're able to replace existing jsons with existing ones then I think it will work after calling .configure(bundle:) on shared instance.