Uh oh!
There was an error while loading. Please reload this page.
Remove old perl script to update l10n files - #6265
Conversation
mention-bot
commented
Aug 25, 2017
@MorrisJobke, thanks for your PR! By analyzing the history of the files in this pull request, we identified @DeepDiver1975, @jakobsack and @jancborchardt to be potential reviewers. |
MorrisJobke
commented
Aug 25, 2017
Codecov Report
@@ Coverage Diff @@## master #6265 +/- ##
============================================
- Coverage 51.69% 51.69% -0.01%
Complexity 25382 25382 ============================================
Files 1599 1599 Lines 95090 95090 Branches 1376 1376 ============================================
- Hits 49161 49160 -1 - Misses 45929 45930 +1
|
nickvergessen
commented
Sep 6, 2017
Can we avoid the new folder in root? |
MorrisJobke
commented
Sep 6, 2017
The idea is to drop the l10n because in all other cases (all apps out there and also all folders in the server) this holds the actual l10n stuff - except in the root of the server, which is quite cumbersome. Also the logic of the extraction code now uses this folder as indication of the root and therefore is a lot easier to understand, because this is the only way it works and it works for all apps and the server. I will do additional tests later on this. |
nickvergessen
commented
Sep 6, 2017
Okay then ping @LukasReschke to adjust the packaging script |
MorrisJobke
commented
Sep 6, 2017
Once it is ready :) |
rullzer
commented
Feb 8, 2018
CI not happy |
MorrisJobke
commented
Feb 8, 2018
I know - release script needs to be touched as well. Let me do a final test |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
MorrisJobke
commented
Feb 9, 2018
@rullzer@nickvergessen This is now good to go in. Please review |
Thanks @jakobsack