aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-08-18 14:21:37 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-08-18 14:21:37 +0000
commit514824357962ada33e16e468eddae70fa0b2ad6b (patch)
tree57c99ab026d39b44477df0b6c6e344b555c64e75 /po/Makefile
parenteef67806e493d5a717e9ffd67fb48cdf6efea029 (diff)
downloadbootsplash-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/Makefile3
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