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
This commit is contained in:
Curtis Gedak 2018-12-05 10:14:25 -07:00
parent 3a793f4869
commit 80676a8799

View file

@ -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