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.
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