And do the same thing for pt -> pt_PT
This commit is contained in:
parent
5026ef8494
commit
5973929ed6
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue