From fc830980b1f8c3786b6ebc3cca42fbd5930bea55 Mon Sep 17 00:00:00 2001 From: "Maciej S. Szmigiero" Date: Sun, 29 Sep 2019 00:41:57 +0200 Subject: Remove localization/localization_nl.ts from qtpass.pro, too Commits 29e65d7208da06 ("Fix html links color and NL translation building error") and df43cec8642813 ("Localization normalized and minor (auto) updates") removed localization/localization_nl.ts file from the source tree and qtpass resources but forgot to remove it from qtpass.pro so it got automatically recreated (nearly empty) every time qmake was run. Remove it from this file, too. --- qtpass.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qtpass.pro b/qtpass.pro index b27eef14..258abe00 100644 --- a/qtpass.pro +++ b/qtpass.pro @@ -58,8 +58,7 @@ CONFIG(coverage) { QMAKE_DISTCLEAN += -r src/$$OBJECTS_DIR/lcov/ } -TRANSLATIONS += localization/localization_nl.ts \ - localization/localization_ca.ts \ +TRANSLATIONS += localization/localization_ca.ts \ localization/localization_de_DE.ts \ localization/localization_es_ES.ts \ localization/localization_gl_ES.ts \ -- cgit v1.2.3