summaryrefslogtreecommitdiff
path: root/notepadnext/debian/patches/disable-i18n.patch
blob: 5bf512c482ac95692cf61117f429cf792c63c8fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: bgstack15
Message: Rather than troubleshoot why the internationalization fails to compile, just disable it entirely.
diff --git a/src/NotepadNext/NotepadNext.pro b/src/NotepadNext/NotepadNext.pro
index 36e02d6..1d10fff 100644
--- a/src/NotepadNext/NotepadNext.pro
+++ b/src/NotepadNext/NotepadNext.pro
@@ -34,7 +34,6 @@ include(../lua.pri)
 include(../ads.pri)
 include(../editorconfig-core-qt/EditorConfig.pri)
 win32:include(../QSimpleUpdater/QSimpleUpdater.pri)
-include(../i18n.pri)
 
 # Set variables for output executable
 VERSION = $$APP_VERSION
bgstack15