Improve translation status #1516

Closed
opened 2020-07-23 06:41:17 +00:00 by max.mehl · 2 comments
Owner

Some possible improvements for /tools/make-outdated-list.sh:

  • only run a git log to get the original date when the version numbers actually differ. git seems to be the part of the script that takes up the most time
  • Also include certain xml files, e.g. the activity.en.xml.
    • if including all .en.xml files, -not -path "*/\.*" might be a useful addition to the find command to exclude hidden build artifacts. Also, exclude /events then.
    • We could also start to track the /tools/texts-*.xml files for static texts, but we currently do not make use of version numbers there.
Some possible improvements for /tools/make-outdated-list.sh: - [x] only run a git log to get the original date when the version numbers actually differ. git seems to be the part of the script that takes up the most time - [x] Also include certain xml files, e.g. the activity.en.xml. - [x] if including all `.en.xml` files, `-not -path "*/\.*"` might be a useful addition to the find command to exclude hidden build artifacts. Also, exclude /events then. - [ ] We could also start to track the `/tools/texts-*.xml` files for static texts, but we currently do not make use of version numbers there.
max.mehl self-assigned this 2020-07-23 06:41:17 +00:00
Author
Owner

Solved the largest part with commit 1bfb2a2fe7

Solved the largest part with commit https://git.fsfe.org/FSFE/fsfe-website/commit/1bfb2a2fe79555f9c658b34f09adbc4c974a1f07
Author
Owner

Will discuss the texts thingy in #1517

Will discuss the texts thingy in #1517
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: FSFE/fsfe-website#1516
No description provided.