Show
Ignore:
Timestamp:
10/11/04 14:48:16 (20 years ago)
Author:
jalet
Message:

Adds special N_ marker recognition for translatable strings extraction

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/extractmsg.sh

    r1641 r1794  
    1919# 
    2020# Then extract messages 
    21 xgettext --language=python --default-domain=pykota --output-dir=/tmp --no-location --msgid-bugs-address="alet@librelogiciel.com" $* 
     21xgettext --keyword=N_ --language=python --default-domain=pykota --output-dir=/tmp --no-location --msgid-bugs-address="alet@librelogiciel.com" $* 
     22