diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2013-05-02 17:26:36 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2013-05-02 20:21:46 +0200 |
commit | d455d036089e0b1019dd1115a710952685304ec9 (patch) | |
tree | dcdc6a2d63509f570ebc3ae5ea9b81546f478f6f /.gitattributes | |
parent | move and update createicons & check_glade scripts (diff) | |
download | deluge-d455d036089e0b1019dd1115a710952685304ec9.tar.xz deluge-d455d036089e0b1019dd1115a710952685304ec9.zip |
Create new generate_pot.py script for translations
* glade3 files require workaround with intltool-extract
* webui javascript files are now included
* fix multiline string for parse
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes index b4a9dd2a4..9c21c1616 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,9 +6,7 @@ docs/source/ export-ignore /tests/ export-ignore deluge/scripts/ export-ignore setup.cfg export-ignore -create_potfiles_in.py export-ignore -gettextize.sh export-ignore -deluge/i18n/deluge.pot export-ignore +generate_pot.py export-ignore deluge/ui/web/css/*-debug.css export-ignore deluge/ui/web/js/*-debug.js export-ignore deluge/ui/web/js/deluge-all/ export-ignore |