-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Filter out "empty" XML files #34
Labels
good first issue
Good for newcomers
Comments
papeh
added a commit
that referenced
this issue
Feb 20, 2020
* If translatable_elements is specified, exclude files with no matching elements or attributes * Does not check for translatable content in the referenced elements or attributes
papeh
added a commit
that referenced
this issue
Feb 21, 2020
* If translatable_elements is specified, exclude files with no matching elements or attributes * Does not check for translatable content in the referenced elements or attributes
papeh
added a commit
that referenced
this issue
Feb 21, 2020
* If translatable_elements is specified, exclude files with no matching elements or attributes * Does not check for translatable content in the referenced elements or attributes
jasonleenaylor
pushed a commit
that referenced
this issue
Feb 21, 2020
* If translatable_elements is specified, exclude files with no matching elements or attributes * Does not check for translatable content in the referenced elements or attributes
This is mostly working. TODO:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When adding or updating files, filter and remove
xml
files that have no localizable strings. For minimum viable product (MVP), find any matches for the XPaths specified in translatable_elements, if any. Bonus points for checking that the specified attributes and elements have content.The text was updated successfully, but these errors were encountered: