Update launch script

merge-requests/64/head
Hugo Posnic 2016-12-17 19:11:20 +01:00
parent 4993b96919
commit 65b7f24437
1 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
# Use it just for local tests #!/bin/sh
# Script to generate mo files in a locale folder
# Use it just only for testing purpose
rm -rf locale rm -rf locale
mkdir locale mkdir locale
cd po cd po
for lang in $(ls -1 | sed -e 's/\..*$//') for lang in $(ls -1 | sed -e 's/\..*$//'); do
do
if [ $lang != "manjaro-hello" ] if [ $lang != "manjaro-hello" ]
then then
mkdir -p ../locale/$lang/LC_MESSAGES mkdir -p ../locale/$lang/LC_MESSAGES