Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For archlinux AUR package #18

Open
Rodsevich opened this issue Jun 19, 2015 · 0 comments
Open

For archlinux AUR package #18

Rodsevich opened this issue Jun 19, 2015 · 0 comments

Comments

@Rodsevich
Copy link
Contributor

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant