~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to po/misc/update-desktop-files.sh

  • Committer: Matthieu Baerts
  • Date: 2013-10-05 12:29:20 UTC
  • Revision ID: matttbe@gmail.com-20131005122920-wtc0zuj49g4tk1ia
launchers: Updated our .desktop file with the latest translations
 + updated TODO file

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        test -n "$FILE2" && echo "\n$KEY=$TEXT" >> $FILE2
15
15
 
16
16
        for i in *.po; do
 
17
                if [ "$i" = "en_GB.po" ]; then continue; fi
17
18
                PO_FILE=`echo $i | cut -d. -f1`
18
19
                TRANSLATION=`env LANGUAGE=$PO_FILE gettext -d cairo-dock "$TEXT"`
19
20
                if [ "$TRANSLATION" != "$TEXT" ]; then