Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a feature to define the language codes that automatically add new localizable directory and files. #3

Open
metasmile opened this issue Nov 3, 2015 · 0 comments
Assignees

Comments

@metasmile
Copy link
Owner

currently provided languages and resoures:

en
fi

/en.lporj/Localizable.strings
/fi.lporj/Localizable.strings

add lang codes:

-l es fr ja

results after finish:

/en.lporj/Localizable.strings
/fi.lporj/Localizable.strings
/es.lporj/Localizable.strings <- contains new translated lines
/fr.lporj/Localizable.strings <- contains new translated lines
/ja.lporj/Localizable.strings <- contains new translated lines

@metasmile metasmile self-assigned this Nov 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant