mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-08-25 06:39:36 -04:00
- 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:
parent
c83ba8256f
commit
b060d57524
9 changed files with 154 additions and 50 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue