diff --git a/subprojects/extensions-tool/README.md b/subprojects/extensions-tool/README.md index 1416abe1d..dc2e2d794 100644 --- a/subprojects/extensions-tool/README.md +++ b/subprojects/extensions-tool/README.md @@ -6,6 +6,15 @@ create an extension bundle as part of continuous integration). Bugs should be reported to the GNOME [bug tracking system][bug-tracker]. +## Building +Before the project can be built stand-alone, the po directory has +to be populated with translations (from gnome-shell). + +To do that, simply run the included script: +```sh +$ ./generate-translations.sh +``` + ## License gnome-extensions-tool is distributed under the terms of the GNU General Public License, version 3 or later. See the [COPYING][license] file for details. diff --git a/subprojects/extensions-tool/generate-translations.sh b/subprojects/extensions-tool/generate-translations.sh new file mode 100755 index 000000000..9f630812d --- /dev/null +++ b/subprojects/extensions-tool/generate-translations.sh @@ -0,0 +1,19 @@ +#!/usr/bin/bash + +cd $(dirname $0) + +sed -e '/subprojects\/extensions-tool/!d' \ + -e 's:subprojects/extensions-tool/::' ../../po/POTFILES.in > po/POTFILES.in + +for l in $(