-
Notifications
You must be signed in to change notification settings - Fork 156
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
Po filename customization + multiple po sources #308
Conversation
Are you able to inclkude a README section to help me and others understand your new feature. Thanks. |
Nice work, thanks. |
Just noticed a possible bug introduced by this code. Before this change, repeated running of PostBuild on a static source file was resulting in the following message in a PO file:
Now I'm getting the message entry as follows:
which I don't think is correct. @Sshnyari Are you able to look into this please? Thanks. |
@Sshnyari To be clear, the first time PostBuild is run, all is correct; it's the second and subsequent times that cause the suspect output. |
Weird I have a question about this bit of code (POTranslationRepository.cs:477) : Why are references appended to Flags and translator comments ? |
I don't know off-hand. |
Ok, I'll try to fix it without touching that then |
it should be OK now in #320 |
see #305