mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
translations: fix "monero_" prefix when taking languages from file
This commit is contained in:
parent
be3a432653
commit
56dced2d6d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ then
|
|||
languages=""
|
||||
for language in $(cat translations/ready)
|
||||
do
|
||||
languages="$languages translations/$language.ts"
|
||||
languages="$languages translations/monero_$language.ts"
|
||||
done
|
||||
else
|
||||
languages="translations/*.ts"
|
||||
|
|
Loading…
Reference in a new issue