microsoft / LocalizedStringKit

Generate .strings files directly from your code
MIT License
291 stars 13 forks source link

Adding stringsdict support #31

Closed levinli303 closed 1 year ago

levinli303 commented 1 year ago

For strings that contains %#@xxx@ create .stringsdict entry instead of .strings entry. By default it is turned off.

generate_files is generate_dot_strings_files but with an option to generate .stringsdict when matches are found has_changes also has a new parameter to control whether or not to detect .stringsdict changes. default to not detect so as to not break existing code.

levinli303 commented 1 year ago

Closes #4

levinli303 commented 1 year ago

@dalemyers can you take a look?

ghost commented 1 year ago

(And one day I'll remember to use the right Github account first time)