Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/contributors/translating.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,5 @@ Make sure to this AFTER COMMITING YOUR CHANGES!
* During launching, it might complain about certain files not being found in [`po/POTFILES.in`][POTFILES.IN].
It is safe to remove the lines from that file and re-run until it works.
It would be useful to comment about that if you're submitting your translation, just in case.
* Plugin related strings don't update after updating the translation.
The cause is unknown, but you can delete the plugin files to re-generate
them using the new translations: `rm -f .local_build/GTG/plugins/*.gtg-plugin`

[POTFILES.IN]: ../../po/POTFILES.in
1 change: 1 addition & 0 deletions scripts/debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ if [[ ! -d .local_build ]] || [[ ! -e .local_build/build.ninja ]]; then
fi

if [[ "$norun" -eq 0 ]]; then
rm -f .local_build/GTG/plugins/*.gtg-plugin # Regenerate for translations
ninja -C .local_build install || exit $?
if [ "$pydebug" = 1 ]; then
# https://docs.python.org/3/library/devmode.html#devmode
Expand Down