-
Notifications
You must be signed in to change notification settings - Fork 19
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
The tool translates only one .strings file from the target dir and skips the rest of files #25
Comments
👍@vitalii-tym |
vitalii-tym
added a commit
to vitalii-tym/strsync
that referenced
this issue
Sep 19, 2018
metasmile
pushed a commit
that referenced
this issue
Nov 28, 2018
metasmile
pushed a commit
that referenced
this issue
Dec 20, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tried to debug it: it seems to be correctly making a list of files and starts to loop through them, but the
break
statement on line 342 goes out of the loop after the very first file added tobase_dict
.If I remove the break sentence - it seems to be taking all the files as expected. But I can't verify it works correctly yet because of one other bug. Will try to make a PR as soon as I'm sure it works.
The text was updated successfully, but these errors were encountered: