- implemented php side of plural translation

- using it to generate labels dynamically for the expire options
(deprecating the [expire_labels] configuration).
- added translation of the human readable data sizes to support the
french octet
- fixed IEC label for kibibytes
This commit is contained in:
El RIDO 2015-09-06 19:21:17 +02:00
parent c83ba8256f
commit b060d57524
9 changed files with 154 additions and 50 deletions

View file

@ -647,7 +647,7 @@ $(function() {
{
event.preventDefault();
var source = $(event.target),
commentid = event.data.commentid
commentid = event.data.commentid,
hint = i18n._('Optional nickname...');
// Remove any other reply area.