i18n/hggettext
changeset 48875 6000f5b25c9b
parent 46819 d4ba4d51f85f
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    18 
    18 
    19 Use xgettext like normal to extract strings marked as translatable and
    19 Use xgettext like normal to extract strings marked as translatable and
    20 join the message cataloges to get the final catalog.
    20 join the message cataloges to get the final catalog.
    21 """
    21 """
    22 
    22 
    23 from __future__ import absolute_import, print_function
       
    24 
    23 
    25 import inspect
    24 import inspect
    26 import os
    25 import os
    27 import re
    26 import re
    28 import sys
    27 import sys