Last change
on this file since 643:38d72269e87c 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
|
Rev | Line | |
---|
[276] | 1 | LANGUAGES=en hu
|
---|
| 2 |
|
---|
| 3 | all: $(foreach lang,$(LANGUAGES),locale/$(lang)/LC_MESSAGES/mlx.mo)
|
---|
| 4 |
|
---|
[439] | 5 | locale/%/LC_MESSAGES/mlx.mo: locale/%/mlx.po locale/%/mlx_delay.po
|
---|
[276] | 6 | mkdir -p `dirname $@`
|
---|
[439] | 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.