-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Include list of skipped results of component discovery #10515
Comments
It is missing
|
This issue has been marked as a question by a Weblate team member. Why? Because it belongs more to the professional Weblate Care or community Discussions than here. We strive to answer these reasonably fast here, too, but purchasing the support subscription is more responsible and faster for your business. And it makes Weblate stronger as well. Thanks! In case your question is already answered, making a donation is the right way to say thank you! |
Hi nijel! You are right. Now it works as it is expected and all files are detected. Thank you very much. It would be nice if the web would inform on which field the error is. I leave my final setup in case it can hep someone else: Regular expression to match translation files against File format Customize the component name Define the monolingual base filename |
Thanks for the suggestion, adding a list of skipped entries with a reason would be useful for debugging issues like this. |
This issue seems to be a good fit for newbie contributors. You are welcome to contribute to Weblate! Don't hesitate to ask any questions you would have while implementing this. You can learn about how to get started in our contributors documentation. |
This makes it more obvious why certain components could not be created. Fixes WeblateOrg#10515
This makes it more obvious why certain components could not be created. Fixes WeblateOrg#10515
This makes it more obvious why certain components could not be created. Fixes #10515
Thank you for your report; the issue you have reported has just been fixed.
|
Describe the issue
New docker weblate installation with version 5.2.1. Add Component works correctly. But on saving Component discovery, it shows "No matching components were found!". In the same path, it should have to discover 30 files more.
The setup is the following:
Regular expression to match translation files against
web_areapersonal_companyname/Resources/Views/Empleado/(?P<component>[^/]*)\.(?P<language>[^/.]*)\.resx
File format
.NET resource file
Customize the component name
{{ component }}
Define the monolingual base filename
web_areapersonal_companyname/Resources/Views/Empleado/{{ component }}.resx
Language filter
^[^.]+$
File mask
web_areapersonal_companyname/Resources/Views/Empleado/EmpleadoBandeja.*.resx
Monolingual base language file
web_areapersonal_companyname/Resources/Views/Empleado/EmpleadoBandeja.ca.resx
Gitlab repository file examples
https://gitlab.companyname.com/informatica/test_weblate/-/blob/develop/web_areapersonal_companyname/Resources/Views/Empleado/EmpleadoBandeja.ca.resx
https://gitlab.companyname.com/informatica/test_weblate/-/blob/develop/web_areapersonal_companyname/Resources/Views/Empleado/EmpleadoPerfil.ca.resx
I already tried
Steps to reproduce the behavior
No response
Expected behavior
No response
Screenshots
No response
Exception traceback
No response
How do you run Weblate?
Docker container
Weblate versions
No response
Weblate deploy checks
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: