Skip to content
Snippets Groups Projects
Commit 67c45e25 authored by Tom Robinson's avatar Tom Robinson
Browse files

Add update-translations tool

parent 3d2d0c82
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
set -eu
./bin/i18n/update-translation-template
find locales -name "*.po" -exec sh -c './bin/i18n/update-translation $(basename {} .po)' \;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment