new translations
This commit is contained in:
parent
d90f36fd76
commit
5be674b06a
|
@ -8,6 +8,11 @@ usr/share/alternc/panel/admin/styles
|
|||
usr/share/alternc/panel/class
|
||||
usr/share/alternc/panel/locales/en_US/LC_MESSAGES
|
||||
usr/share/alternc/panel/locales/fr_FR/LC_MESSAGES
|
||||
usr/share/alternc/panel/locales/it_IT/LC_MESSAGES
|
||||
usr/share/alternc/panel/locales/nl_NL/LC_MESSAGES
|
||||
usr/share/alternc/panel/locales/de_DE/LC_MESSAGES
|
||||
usr/share/alternc/panel/locales/pt_BR/LC_MESSAGES
|
||||
usr/share/alternc/panel/locales/es_ES/LC_MESSAGES
|
||||
var/lib/alternc/backups
|
||||
etc/alternc/functions_hosting
|
||||
etc/incron.d
|
||||
|
|
|
@ -35,6 +35,7 @@ install:
|
|||
install -m 0644 -g 1999 -o root panel/locales/de_DE/LC_MESSAGES/ssl.po $(DESTDIR)/usr/share/alternc/panel/locales/de_DE/LC_MESSAGES/ssl.po
|
||||
install -m 0644 -g 1999 -o root panel/locales/it_IT/LC_MESSAGES/ssl.po $(DESTDIR)/usr/share/alternc/panel/locales/it_IT/LC_MESSAGES/ssl.po
|
||||
install -m 0644 -g 1999 -o root panel/locales/nl_NL/LC_MESSAGES/ssl.po $(DESTDIR)/usr/share/alternc/panel/locales/nl_NL/LC_MESSAGES/ssl.po
|
||||
install -m 0644 -g 1999 -o root panel/locales/es_ES/LC_MESSAGES/ssl.po $(DESTDIR)/usr/share/alternc/panel/locales/es_ES/LC_MESSAGES/ssl.po
|
||||
# FIXME: how can we do that properly ??
|
||||
# install -m 0644 -g 1999 -o root panel/admin/styles/* $(DESTDIR)/usr/share/alternc/panel/admin/styles/
|
||||
|
||||
|
|
Loading…
Reference in New Issue