From cbda9d4ddb90d44ddb2c990849bcd49d4ac59cf5 Mon Sep 17 00:00:00 2001 From: kirbylife Date: Wed, 27 Mar 2024 01:22:09 -0600 Subject: [PATCH] Add Spanish translation --- harbour-wallaread.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/harbour-wallaread.pro b/harbour-wallaread.pro index 1ca7b1b..8dc157e 100644 --- a/harbour-wallaread.pro +++ b/harbour-wallaread.pro @@ -35,7 +35,9 @@ CONFIG += sailfishapp_i18n # planning to localize your app, remember to comment out the # following TRANSLATIONS line. And also do not forget to # modify the localized app name in the the .desktop file. -TRANSLATIONS += translations/harbour-wallaread-fr.ts +TRANSLATIONS += \ + translations/harbour-wallaread-fr.ts \ + translations/harbour-wallaread-es.ts HEADERS += \ src/httprequester.h \