Skip to content

Commit

Permalink
i18n: Obsolete strings where not automatically removed
Browse files Browse the repository at this point in the history
Now extract-strings.sh updates the pot file so it will contain only existing strings.
  • Loading branch information
phw committed Nov 9, 2016
1 parent d2410dd commit f619ab5
Show file tree
Hide file tree
Showing 23 changed files with 32,828 additions and 72,293 deletions.
1 change: 0 additions & 1 deletion extract-strings.sh
Expand Up @@ -8,7 +8,6 @@ echo "Extracting translatable strings... "
# Extract the strings from D source code. Since xgettext does not support D
# as a language we use Vala, which works reasonable well.
find ${BASEDIR}/source -name '*.d' | xgettext \
--join-existing \
--output $OUTPUT_FILE \
--files-from=- \
--directory=$BASEDIR \
Expand Down

0 comments on commit f619ab5

Please sign in to comment.