From c27c189d7c4249b1ff6d29dd95e1fbf43cdfd508 Mon Sep 17 00:00:00 2001 From: Katja Marttila Date: Wed, 22 Sep 2021 09:49:23 +0300 Subject: Add 'no-obsolete' to remove the deleted strings Change-Id: I255a17f5a5460d41492f11ba1dacf7fb08155099 Reviewed-by: Arttu Tarkiainen --- src/sdk/translations/translations.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sdk') diff --git a/src/sdk/translations/translations.pro b/src/sdk/translations/translations.pro index a951a5b53..397691fcc 100644 --- a/src/sdk/translations/translations.pro +++ b/src/sdk/translations/translations.pro @@ -9,7 +9,7 @@ IB_TRANSLATIONS -= $$PWD/ifw_en.ts wd = $$toNativeSeparators($$IFW_SOURCE_TREE) sources = src -lupdate_opts = -locations relative -no-ui-lines -no-sort +lupdate_opts = -locations relative -no-ui-lines -no-sort -no-obsolete IB_ALL_TRANSLATIONS = $$IB_TRANSLATIONS $$PWD/ifw_untranslated.ts for(file, IB_ALL_TRANSLATIONS) { -- cgit v1.2.3