diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-08-18 14:21:37 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-08-18 14:21:37 +0000 |
commit | 514824357962ada33e16e468eddae70fa0b2ad6b (patch) | |
tree | 57c99ab026d39b44477df0b6c6e344b555c64e75 /po/Makefile | |
parent | eef67806e493d5a717e9ffd67fb48cdf6efea029 (diff) | |
download | bootsplash-514824357962ada33e16e468eddae70fa0b2ad6b.tar bootsplash-514824357962ada33e16e468eddae70fa0b2ad6b.tar.gz bootsplash-514824357962ada33e16e468eddae70fa0b2ad6b.tar.bz2 bootsplash-514824357962ada33e16e468eddae70fa0b2ad6b.tar.xz bootsplash-514824357962ada33e16e468eddae70fa0b2ad6b.zip |
some more i18n changes (create pre-ordered and pre-shaped texts for bidi
languages; and fixed some font size problems)
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile index a62d582..dccc679 100644 --- a/po/Makefile +++ b/po/Makefile @@ -73,3 +73,6 @@ install: all %.mo: %.po sed 's/$[a-zA-Z0-9_{}]*/%s/g' < $< | msgfmt -o $@ - + # for RTL langs, we use a hacked version of the po files that already + # did the reordering and shaping + if [ -r "`basename $@ .mo`.hack" ]; then msgfmt -o $@ "`basename $@ .mo`.hack" ; fi |