Skip to content
Snippets Groups Projects
Unverified Commit abece06f authored by Isis Lovecruft's avatar Isis Lovecruft
Browse files

Update get-completed-translations script with directory layout changes.

parent 617aa1ba
No related branches found
Tags bridgedb-0.3.3
No related merge requests found
......@@ -20,19 +20,18 @@
#
# …/parentdir/
# |-- bridgedb/
# | |-- lib/
# | | `-- bridgedb/
# | | `-- i18n/
# | | |-- ar/
# | | | `-- LC_MESSAGES
# | | | |-- bridgedb.mo
# | | | `-- bridgedb.po
# | | |-- …
# | | |-- zh_CN/
# | | | `-- LC_MESSAGES
# | | | |-- bridgedb.mo
# | | | `-- bridgedb.po
# | | `-- templates/
# | |`-- bridgedb/
# | | `-- i18n/
# | | |-- ar/
# | | | `-- LC_MESSAGES
# | | | |-- bridgedb.mo
# | | | `-- bridgedb.po
# | | |-- …
# | | |-- zh_CN/
# | | | `-- LC_MESSAGES
# | | | |-- bridgedb.mo
# | | | `-- bridgedb.po
# | | `-- templates/
# | |-- scripts/
# | `-- …
# `-- bridgedb-translations/
......@@ -138,7 +137,7 @@ cd $PARENT_PATH
rsync -PCAXvrq \
--filter 'include *bridgedb.po' \
--filter 'exclude .gitignore' \
$TRANS_DIR/* ./bridgedb/lib/bridgedb/i18n/
$TRANS_DIR/* ./bridgedb/bridgedb/i18n/
status=$?
printf "\n"
......
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