source:
MondoRescue/branches/stable/mondo/po/mkpot@
2613
| Last change on this file since 2613 was 1638, checked in by , 18 years ago | |
|---|---|
|
|
| File size: 192 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/bash |
| 2 | # |
| 3 | # $Id$ |
| 4 | # |
| 5 | # Recreate updated message files |
| 6 | # |
| 7 | xgettext --keyword=_ -d mondo `find .. -name '*.c' -o -name '*.h'` |
| 8 | for po in *.po; do |
| 9 | msgmerge -U $po mondo.po |
| 10 | done |
| 11 | # rm -f mondo.po |
Note:
See TracBrowser
for help on using the repository browser.
