Last change
on this file since 472:5758776ce062 was 439:21a64d42fa00, checked in by István Váradi <ivaradi@…>, 12 years ago |
Implemented the code and PO file generator for the delay codes with a small number of delay codes (re #154)
|
File size:
281 bytes
|
Line | |
---|
1 | LANGUAGES=en hu
|
---|
2 |
|
---|
3 | all: $(foreach lang,$(LANGUAGES),locale/$(lang)/LC_MESSAGES/mlx.mo)
|
---|
4 |
|
---|
5 | locale/%/LC_MESSAGES/mlx.mo: locale/%/mlx.po locale/%/mlx_delay.po
|
---|
6 | mkdir -p `dirname $@`
|
---|
7 | msgcat $^ | msgfmt -o $@ -
|
---|
8 |
|
---|
9 | locale/hu/mlx_delay.po locale/en/mlx_delay.po: dcdatagen.py
|
---|
10 | ./dcdatagen.py
|
---|
Note:
See
TracBrowser
for help on using the repository browser.