And do the same thing for pt -> pt_PT

This commit is contained in:
Petr Mrázek 2021-04-08 23:09:54 +02:00
parent 5026ef8494
commit 5973929ed6

View file

@ -54,6 +54,10 @@ do
if [ "$lang" = "en" ]; then
lang="en_GB"
fi
if [ "$lang" = "pt" ]; then
lang="pt_PT"
fi
echo " Converting $po_file to $lang.ts"
echo " Converting $po_file to $lang.ts"
$LCONVERT_BIN -locations relative $po_file -o $lang.ts
echo " Create $lang.qm"