mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-22 07:22:25 +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=""
|
languages=""
|
||||||
for language in $(cat translations/ready)
|
for language in $(cat translations/ready)
|
||||||
do
|
do
|
||||||
languages="$languages translations/$language.ts"
|
languages="$languages translations/monero_$language.ts"
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
languages="translations/*.ts"
|
languages="translations/*.ts"
|
||||||
|
|
Loading…
Reference in a new issue