arthurtaborda / Tomatoid

A Pomodoro plasmoid made in QML
Other
40 stars 16 forks source link

For archlinux AUR package #18

Open Rodsevich opened 9 years ago

Rodsevich commented 9 years ago

If you accept my pull request, these are the lines that should be added to tha AUR package in order to have tthe translations included:

install -d "${install_folder}"/contents/locale/pt_BR/LC_MESSAGES/
install -d "${install_folder}"/contents/locale/es_AR/LC_MESSAGES/
install -d "${install_folder}"/contents/locale/es/LC_MESSAGES/
install -m644 contents/locale/pt_BR/LC_MESSAGES/* "${install_folder}"/contents/locale/pt_BR/LC_MESSAGES/
install -m644 contents/locale/es_AR/LC_MESSAGES/* "${install_folder}"/contents/locale/es_AR/LC_MESSAGES/
install -m644 contents/locale/es/LC_MESSAGES/* "${install_folder}"/contents/locale/es/LC_MESSAGES/