Deleting a branch is permanent. It CANNOT be undone. Continue?
<deleted>:fix#64_2
into master
No due date set.
This pull request currently doesn't have any dependencies.
Deleting a branch is permanent. It CANNOT be undone. Continue?
Alternative ansatz to fix #64.
Interesting!
A script checking for outdated translations already exists, perhaps you can use or expand it instead of creating a script with the same focus? check-translation-status.sh
A command to output all languages which are outdated against their english original: check-translation-status.sh -f <any_file> -o out
The idea is interesting, but I see two downsides:
However, I have some idea how to improve this concept which I will describe in issue #64.
Good point! Fixed in
9d24d36061
I didn't notice that script. On my machine, doing
takes approx. 12 minutes (with lots of "date: ungültiges Datum „@“" messages).
Generating the sidecar files takes approx. 5 minutes on my box (which is roughly the extra time a full build takes with #974.) Once the sidecar files are generated, you can do
and get all outdated files no (almost) no time.
Closing per discussion in #837