Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2015-07-24 16:24:24 +02:00
commit 7786be11a3
3 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
"authors": [
{
"name": "The phpMyAdmin Team",
"email": "phpmyadmin-devel@lists.sourceforge.net",
"email": "developers@phpmyadmin.net",
"homepage": "https://www.phpmyadmin.net/team/"
}
],

View File

@ -294,8 +294,8 @@ Todo now:
./scripts/upload-release $version release
4. add a news item to our website; a good idea is to include a link to the release notes such as https://www.phpmyadmin.net/files/4.4.10/
5. send a short mail (with list of major changes) to
phpmyadmin-devel@lists.sourceforge.net
phpmyadmin-news@lists.sourceforge.net
developers@phpmyadmin.net
news@phpmyadmin.net
Don't forget to update the Description section in the announcement,
based on documentation.

View File

@ -9,7 +9,7 @@ set -e
LOCS=`ls po/*.po | sed 's@.*/\(.*\)\.po@\1@'`
xgettext \
-d phpmyadmin \
--msgid-bugs-address=phpmyadmin-devel@lists.sourceforge.net \
--msgid-bugs-address=developers@phpmyadmin.net \
-o po/phpmyadmin.pot \
--language=PHP \
--add-comments=l10n \