diff --git a/po/LINGUAS.BAD b/po/LINGUAS.BAD index 90c71a7..c7dadd1 100644 --- a/po/LINGUAS.BAD +++ b/po/LINGUAS.BAD @@ -2,4 +2,5 @@ # If you would like to improve the state of this, please see the translation page: # https://www.transifex.com/telegram-purple-developers/telegram-purple/ -da # Only 56% complete +cs_CZ # < 75% complete +da # < 45% complete diff --git a/telegram-purple.nsi b/telegram-purple.nsi index 9ce53fe..afd3859 100644 --- a/telegram-purple.nsi +++ b/telegram-purple.nsi @@ -93,6 +93,8 @@ Section "MainSection" SEC01 SetOutPath "$PidginDir\locale" 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=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"