Nothing to do here
This commit is contained in:
parent
b3b0aea46b
commit
cd4727e19a
|
@ -33,7 +33,6 @@ awstats/bureau/admin/aws_userdel.php -text
|
|||
awstats/bureau/admin/aws_users.php -text
|
||||
awstats/bureau/admin/menu_aws.php -text
|
||||
awstats/bureau/class/m_aws.php -text
|
||||
awstats/bureau/locales/Makefile -text
|
||||
awstats/bureau/locales/aws.pot -text
|
||||
awstats/bureau/locales/aws_manual.pot -text
|
||||
awstats/bureau/locales/de_DE/LC_MESSAGES/aws.po -text
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
all: aws_manual.pot aws.pot */LC_MESSAGES/aws_manual.po */LC_MESSAGES/aws.po
|
||||
|
||||
aws.pot: ../*/*.php
|
||||
[ -r $@ ] || touch $@
|
||||
xgettext --copyright-holder="AlternC Team" --package-name="AlternC" --package-version="2.0" --msgid-bugs-address="i18n@alternc.org" --force-po -o $@ --keyword=__ --keyword=_ -L PHP -F --from-code UTF-8 -j $^
|
||||
|
||||
%/LC_MESSAGES/aws.po: aws.pot
|
||||
msgmerge -v -U $@ $^
|
||||
|
||||
%/LC_MESSAGES/aws_manual.po: aws_manual.pot
|
||||
msgmerge -v -U $@ $^
|
Loading…
Reference in New Issue