-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Added files option #52
Conversation
@JoeRobich @jmarolf @sharwell I am getting build errors because an xlf file is out-of-date with the resx file. I'm not familiar with the xlf files. Is there something I need to do to generate them in the build script? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@challen0 Thanks for taking this on!
As for the XLF issue, looks like maybe the rebuilt Resources.de.xlf didn't get committed with the others.
@JoeRobich thanks for pointing out the broken XLF file! I wanted to bring up an issue I ran into when testing. If you pass |
@challen0 I think you could spin through the files calling |
Awesome, was also thinking to pick up this issue. Great work! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@challen0 Thanks for contributing!
I added a
--files
option that takes a comma-delimited string and only formats those files. I think I got everything, but if there's anything I missed or needs changing (or is wrong 😆), let me know!This is for issue #9.