mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 13:47:51 -06:00
Remove xtest as we will no longer be running this locally so it is not useful.
CURA-9814
This commit is contained in:
parent
ec26cd509e
commit
c8ba9bccdb
1 changed files with 0 additions and 7 deletions
|
@ -26,13 +26,6 @@ for pot in $basedir/resources/i18n/*.pot; do
|
||||||
po=$dir/${filename/.pot/.po}
|
po=$dir/${filename/.pot/.po}
|
||||||
msginit --no-translator -l en_US -i $pot -o $po
|
msginit --no-translator -l en_US -i $pot -o $po
|
||||||
|
|
||||||
dir=$basedir/resources/i18n/x-test
|
|
||||||
mkdir -p $dir
|
|
||||||
po=$dir/${filename/.pot/.po}
|
|
||||||
msginit --no-translator -l en_US -i $pot -o $po
|
|
||||||
msgfilter --keep-header -i $po -o $po sed -e "s/.*/xx&xx/"
|
|
||||||
msgfilter -i $po -o $po sed -e "s/Language: en_US/Language: x-test/"
|
|
||||||
|
|
||||||
#Auto-translate the translation files to Pirate.
|
#Auto-translate the translation files to Pirate.
|
||||||
dir=$basedir/resources/i18n/en_7S
|
dir=$basedir/resources/i18n/en_7S
|
||||||
mkdir -p $dir
|
mkdir -p $dir
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue