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
mkdir locale
cd po
for lang in $(ls -1 | sed -e 's/\..*$//')
do
for lang in $(ls -1 | sed -e 's/\..*$//'); do
if [ $lang != "manjaro-hello" ]
then
mkdir -p ../locale/$lang/LC_MESSAGES