summaryrefslogtreecommitdiff
path: root/packaging/windows/make-translations.sh
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2024-02-16 14:50:14 -0300
committerJesusaves <cpntb1@ymail.com>2024-02-18 00:31:12 -0300
commitd36cb0eb4b7bba79b2b654c0e5f91f16726bdc68 (patch)
treed4279a38b763cefd033cfbf4d1ec2ff13c5e5dd2 /packaging/windows/make-translations.sh
parent775392e472933be8d1d76619894efc0671f0c02d (diff)
downloadmv-jesusalva/renameprog.tar.gz
mv-jesusalva/renameprog.tar.bz2
mv-jesusalva/renameprog.tar.xz
mv-jesusalva/renameprog.zip
Rename the program from ManaPlus to ManaVerse.jesusalva/renameprog
Diffstat (limited to 'packaging/windows/make-translations.sh')
-rwxr-xr-xpackaging/windows/make-translations.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows/make-translations.sh b/packaging/windows/make-translations.sh
index 1d4132397..de8fff283 100755
--- a/packaging/windows/make-translations.sh
+++ b/packaging/windows/make-translations.sh
@@ -2,5 +2,5 @@
for i in `grep -v ^# ../../po/LINGUAS`; do
mkdir -p ../../translations/$i/LC_MESSAGES
- msgfmt -c -o ../../translations/$i/LC_MESSAGES/manaplus.mo ../../po/$i.po
+ msgfmt -c -o ../../translations/$i/LC_MESSAGES/manaverse.mo ../../po/$i.po
done