update
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#! /bin/sh
|
||||
# Create .mo files from .po files.
|
||||
# Twisted by WP-Translations.org, created by grappler.
|
||||
|
||||
for file in `find . -name "*.po"` ; do msgfmt -o ${file/.po/.mo} $file ; done
|
||||
Reference in New Issue
Block a user