jhonny-me / plans

1 stars 0 forks source link

[project] - make a script or a new file format for iOS localizable.strings #23

Open jhonny-me opened 7 years ago

jhonny-me commented 7 years ago

For localizable.strings, we can only set key-value pair and not inhertable, which means you must rewrite the same value for different keys. What I want:

"SomeSimpleText" = "I am a simple text";
"helloText" = #"SomeSimpleText";

print("helloText".localizedString) = "I am a simple text";