Add Swedish translations.

This commit is contained in:
Daniel Rodriguez 2015-07-27 18:21:36 +02:00
parent 6c32ce81fd
commit 8afe5f7b9d
2 changed files with 1322 additions and 1 deletions

View File

@ -8,11 +8,12 @@ all:
@echo "Strings generated in tomb.pot" @echo "Strings generated in tomb.pot"
.PHONY: install .PHONY: install
install: es.mo ru.mo fr.mo de.mo install: es.mo ru.mo fr.mo de.mo sv.mo
install -Dm644 es.mo ${DESTDIR}${LOCALEDIR}/es_ES/${TOMBFILE} install -Dm644 es.mo ${DESTDIR}${LOCALEDIR}/es_ES/${TOMBFILE}
install -Dm644 ru.mo ${DESTDIR}${LOCALEDIR}/ru_RU/${TOMBFILE} install -Dm644 ru.mo ${DESTDIR}${LOCALEDIR}/ru_RU/${TOMBFILE}
install -Dm644 fr.mo ${DESTDIR}${LOCALEDIR}/fr_FR/${TOMBFILE} install -Dm644 fr.mo ${DESTDIR}${LOCALEDIR}/fr_FR/${TOMBFILE}
install -Dm644 de.mo ${DESTDIR}${LOCALEDIR}/de_DE/${TOMBFILE} install -Dm644 de.mo ${DESTDIR}${LOCALEDIR}/de_DE/${TOMBFILE}
install -Dm644 sv.mo ${DESTDIR}${LOCALEDIR}/sv_SV/${TOMBFILE}
@echo "Translations installed." @echo "Translations installed."
%.mo: %.po %.mo: %.po

1320
extras/po/sv.po Normal file

File diff suppressed because it is too large Load Diff