Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
7786be11a3
@ -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/"
|
||||
}
|
||||
],
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user