aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
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