From 3bd342770cc1e36c21db886b71667c4df903924f Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Fri, 6 Aug 2021 20:48:15 -0500 Subject: [PATCH] Update configurations - Enable Unicode for NSIS Installer - Update transifex config to new project --- .tx/config | 7 +++---- setup.nsi | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.tx/config b/.tx/config index b8166aac..03d1b49e 100644 --- a/.tx/config +++ b/.tx/config @@ -1,21 +1,20 @@ [main] host = https://www.transifex.com -[dupeguru.core] +[dupeguru-1.core] file_filter = locale//LC_MESSAGES/core.po source_file = locale/core.pot source_lang = en type = PO -[dupeguru.columns] +[dupeguru-1.columns] file_filter = locale//LC_MESSAGES/columns.po source_file = locale/columns.pot source_lang = en type = PO -[dupeguru.ui] +[dupeguru-1.ui] file_filter = locale//LC_MESSAGES/ui.po source_file = locale/ui.pot source_lang = en type = PO - diff --git a/setup.nsi b/setup.nsi index b3da2376..31d25e96 100644 --- a/setup.nsi +++ b/setup.nsi @@ -7,7 +7,7 @@ ; NOTE: ; If SOURCEPATH is not set it will default to build (uses subdir based on app). ;============================================================================== - +Unicode true ; Compression Setting SetCompressor /SOLID lzma ; General Headers