Parent Directory
|
Revision Log
|
Patch
revision 2027 by bh, Tue Dec 16 10:29:37 2003 UTC | revision 2814 by bernhard, Sat Jan 19 01:23:31 2008 UTC | |
---|---|---|
# | Line 9 MO_DIR = ../Resources/Locale | Line 9 MO_DIR = ../Resources/Locale |
9 | PO_DIR = po | PO_DIR = po |
10 | DOMAIN = thuban | DOMAIN = thuban |
11 | ||
12 | LIST_POTFILES = grep -l "_(\"" ../Thuban/*.py ../Thuban/*/*.py | LIST_POTFILES = grep -l "_(\"" ../Thuban/*.py ../Thuban/*/*.py ../Extensions/*/*.py |
13 | ||
14 | ||
15 | pot: | pot: |
# | Line 37 mo: | Line 37 mo: |
37 | -o $(MO_DIR)/$$lingua/LC_MESSAGES/$(DOMAIN).mo $$po ;\ | -o $(MO_DIR)/$$lingua/LC_MESSAGES/$(DOMAIN).mo $$po ;\ |
38 | done | done |
39 | ||
# A nicer way to format the statistics: | ||
# make mo 2>&1 | sed -e 's/ \(messages\|translations\)//g' -e 's/\.$//' |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |