Skip to content

Commit

Permalink
Updated Brazilian Portuguese translation (pt_BR). Also updated Makefile
Browse files Browse the repository at this point in the history
to include this translation.
  • Loading branch information
nerun authored and jaromil committed Aug 24, 2023
1 parent cd9fa46 commit 347462c
Show file tree
Hide file tree
Showing 2 changed files with 349 additions and 256 deletions.
9 changes: 5 additions & 4 deletions extras/translations/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ all:
@echo "Strings generated in tomb.pot"

.PHONY: install
install: es.mo ru.mo fr.mo de.mo sv.mo it.mo
install: de.mo es.mo fr.mo it.mo pt_BR.mo ru.mo sv.mo
install -Dm644 de.mo ${DESTDIR}${LOCALEDIR}/de_DE/${TOMBFILE}
install -Dm644 es.mo ${DESTDIR}${LOCALEDIR}/es_ES/${TOMBFILE}
install -Dm644 ru.mo ${DESTDIR}${LOCALEDIR}/ru_RU/${TOMBFILE}
install -Dm644 fr.mo ${DESTDIR}${LOCALEDIR}/fr_FR/${TOMBFILE}
install -Dm644 de.mo ${DESTDIR}${LOCALEDIR}/de_DE/${TOMBFILE}
install -Dm644 sv.mo ${DESTDIR}${LOCALEDIR}/sv_SV/${TOMBFILE}
install -Dm644 it.mo ${DESTDIR}${LOCALEDIR}/it_IT/${TOMBFILE}
install -Dm644 pt_BR.mo ${DESTDIR}${LOCALEDIR}/pt_BR/${TOMBFILE}
install -Dm644 ru.mo ${DESTDIR}${LOCALEDIR}/ru_RU/${TOMBFILE}
install -Dm644 sv.mo ${DESTDIR}${LOCALEDIR}/sv_SV/${TOMBFILE}
@echo "Translations installed."

%.mo: %.po
Expand Down
Loading

0 comments on commit 347462c

Please sign in to comment.