Skip to content

Commit 7ef0355

Browse files
committed
added compiled version for rtd
1 parent b162f65 commit 7ef0355

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+30
-28
lines changed

build_mo.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
for langfile in `find locale -name "*.po"`
3+
do
4+
subdir=`dirname $langfile`
5+
filename=`basename $langfile .po`
6+
echo "Compiling $langfile..."
7+
msgfmt -o "${subdir}/${filename}.mo" "$langfile"
8+
done

locale/de/LC_MESSAGES/good2know.mo

385 Bytes
Binary file not shown.

locale/de/LC_MESSAGES/index.mo

385 Bytes
Binary file not shown.
385 Bytes
Binary file not shown.
385 Bytes
Binary file not shown.
385 Bytes
Binary file not shown.
385 Bytes
Binary file not shown.
385 Bytes
Binary file not shown.
Binary file not shown.
385 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)