-
Notifications
You must be signed in to change notification settings - Fork 36
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
feature: add translationtool command options and check-files action #651
feature: add translationtool command options and check-files action #651
Conversation
smarinier
commented
Aug 16, 2024
- translationtool.php/phar more friendly command options handling (usage, -h, -v)
- verbose mode displays some information (as the xgettext full command)
- check-files generates a tmp xgettext "extract-all" strings. If some "t(x,y)" are in these strings, this may indicate that the sentence won't be treated by the standard xgettext command. Displays it as a warning.
…s action Signed-off-by: Sebastien Marinier <[email protected]>
Hi @nickvergessen, This is linked to bbb/issue#261 |
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.
Thanks a lot, looks mostly good, but didn't execute it yet.
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Sébastien Marinier <[email protected]>
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Sébastien Marinier <[email protected]>
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Sébastien Marinier <[email protected]>
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Sébastien Marinier <[email protected]>
Recompiled the phar in #655 after adding our coding style. |