Changeset 6407 for branches/gajim_0.10/scripts/dev/translations.py
- Timestamp:
- 05/31/06 21:31:41 (3 years ago)
- Files:
-
- 1 modified
-
branches/gajim_0.10/scripts/dev/translations.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.10/scripts/dev/translations.py
r6034 r6407 37 37 def update_pot(): 38 38 # create header for glade strings 39 os.system('intltool-extract --type=gettext/glade ../../src/gtkgui.glade') 40 os.system('intltool-extract --type=gettext/glade ../../src/' 41 'history_manager.glade') 39 os.system(""" 40 for i in `ls ../../data/glade/*.glade`;do 41 intltool-extract --type=gettext/glade $i 42 done 43 """) 42 44 # update the pot 43 45 os.system('make -C ../../po/ all gajim.pot')
