-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Read translations from .vue files too #8094
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
Read translations from .vue files too #8094
Conversation
|
For testing see the empty translation list of the notifications app. |
Codecov Report
@@ Coverage Diff @@
## master #8094 +/- ##
========================================
Coverage ? 51.7%
Complexity ? 25426
========================================
Files ? 1598
Lines ? 95236
Branches ? 1376
========================================
Hits ? 49244
Misses ? 45992
Partials ? 0 |
Signed-off-by: Joas Schilling <coding@schilljs.com>
d1d45e4 to
d1618f1
Compare
|
Okay, got it working now and confirmed its working. For extra apps nextcloud/docker-ci#73 is necessary |
| foreach my $i ( @files ){ | ||
| next if substr( $i, 0, 1 ) eq '.'; | ||
| next if $i eq 'l10n'; | ||
| next if $i eq 'node_modules'; |
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.
I also made it skip node_modules by default...
|
|
|
Removed by #6265 -> closing |
Don't know how to run the script local. @MorrisJobke to the rescue