From 80676a87995485f3cb94da3dcf0d67c2f58b602e Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Wed, 5 Dec 2018 10:14:25 -0700 Subject: [PATCH] Add all current weblate languages to i18n/manuskript.pro Prior to this step, the weblate language translations were merged into the manuskript git repository with the following commands: git remote update weblate git checkout develop git merge weblate/develop --- i18n/manuskript.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/i18n/manuskript.pro b/i18n/manuskript.pro index f70d5fee..0b59b1be 100644 --- a/i18n/manuskript.pro +++ b/i18n/manuskript.pro @@ -89,9 +89,12 @@ SOURCES += ../manuskript/ui/views/outlineBasics.py SOURCES += ../manuskript/ui/views/outlineDelegates.py SOURCES += ../manuskript/ui/collapsibleDockWidgets.py -TRANSLATIONS += manuskript_es.ts TRANSLATIONS += manuskript_de.ts +TRANSLATIONS += manuskript_es.ts TRANSLATIONS += manuskript_fr.ts +TRANSLATIONS += manuskript_hu.ts +TRANSLATIONS += manuskript_id.ts +TRANSLATIONS += manuskript_it.ts TRANSLATIONS += manuskript_nb_NO.ts TRANSLATIONS += manuskript_nl.ts TRANSLATIONS += manuskript_pl.ts