mirror of
https://github.com/ars3niy/tdlib-purple
synced 2025-08-22 01:49:29 +00:00
Really added transations to windows installer
This commit is contained in:
parent
da88896645
commit
d9e3222b62
@ -2,5 +2,6 @@
|
|||||||
|
|
||||||
rm -f $1
|
rm -f $1
|
||||||
for lang in `cat $(dirname $0)/LINGUAS`; do
|
for lang in `cat $(dirname $0)/LINGUAS`; do
|
||||||
echo File /nonfatal \"/oname=$lang\\LC_MESSAGES\\telegram-purple.mo\" \"\${BUILD_DIR}\\$lang.gmo\" >>$1
|
echo SetOutPath \"\$PidginDir\\locale\\$lang\\LC_MESSAGES\" >>$1
|
||||||
|
echo File /nonfatal \"/oname=\${PRODUCT_NAME}.mo\" \"\${BUILD_DIR}\\$lang.gmo\" >>$1
|
||||||
done
|
done
|
||||||
|
@ -73,7 +73,6 @@ Section "MainSection" SEC01
|
|||||||
Abort "Installation of ${PRODUCT_NAME} aborted"
|
Abort "Installation of ${PRODUCT_NAME} aborted"
|
||||||
after_copy:
|
after_copy:
|
||||||
|
|
||||||
SetOutPath "$PidginDir\locale"
|
|
||||||
!include "${BUILD_DIR}\lang.nsi"
|
!include "${BUILD_DIR}\lang.nsi"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user