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 add weblate  https://hosted.weblate.org/git/manuskript/translations/

git remote update weblate
git checkout develop
git merge weblate/develop
This commit is contained in:
Curtis Gedak 2018-08-06 10:44:08 -06:00
parent dea3a012b1
commit 34af53d12b

View file

@ -89,8 +89,14 @@ SOURCES += ../manuskript/ui/views/outlineBasics.py
SOURCES += ../manuskript/ui/views/outlineDelegates.py
SOURCES += ../manuskript/ui/collapsibleDockWidgets.py
TRANSLATIONS += manuskript_fr.ts
TRANSLATIONS += manuskript_es.ts
TRANSLATIONS += manuskript_de.ts
TRANSLATIONS += manuskript_sv.ts
TRANSLATIONS += manuskript_fr.ts
TRANSLATIONS += manuskript_nb_NO.ts
TRANSLATIONS += manuskript_nl.ts
TRANSLATIONS += manuskript_pl.ts
TRANSLATIONS += manuskript_pt_BR.ts
TRANSLATIONS += manuskript_pt_PT.ts
TRANSLATIONS += manuskript_ru.ts
TRANSLATIONS += manuskript_sv.ts
TRANSLATIONS += manuskript_zh.ts