From 7aa6874074dfd9185ec944c2208ab77a4690e5c5 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Mon, 10 Apr 2017 22:54:08 +0200 Subject: [PATCH] Update nsi file to reflect changes in po/LINGUAS --- telegram-purple.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram-purple.nsi b/telegram-purple.nsi index eadfd46..1c8b12f 100644 --- a/telegram-purple.nsi +++ b/telegram-purple.nsi @@ -92,13 +92,13 @@ Section "MainSection" SEC01 SetOutPath "$PidginDir\locale" File /nonfatal "/oname=bg\LC_MESSAGES\telegram-purple.mo" "po\bg.mo" + File /nonfatal "/oname=cs_CZ\LC_MESSAGES\telegram-purple.mo" "po\cs_CZ.mo" File /nonfatal "/oname=de_DE\LC_MESSAGES\telegram-purple.mo" "po\de_DE.mo" File /nonfatal "/oname=es_AR\LC_MESSAGES\telegram-purple.mo" "po\es_AR.mo" File /nonfatal "/oname=fr\LC_MESSAGES\telegram-purple.mo" "po\fr.mo" File /nonfatal "/oname=it_IT\LC_MESSAGES\telegram-purple.mo" "po\it_IT.mo" File /nonfatal "/oname=nl\LC_MESSAGES\telegram-purple.mo" "po\nl.mo" File /nonfatal "/oname=pl_PL\LC_MESSAGES\telegram-purple.mo" "po\pl_PL.mo" - File /nonfatal "/oname=pt_BR\LC_MESSAGES\telegram-purple.mo" "po\pt_BR.mo" File /nonfatal "/oname=ru_RU\LC_MESSAGES\telegram-purple.mo" "po\ru_RU.mo" File /nonfatal "/oname=sq\LC_MESSAGES\telegram-purple.mo" "po\sq.mo" File /nonfatal "/oname=uk\LC_MESSAGES\telegram-purple.mo" "po\uk.mo"