]> source.dussan.org Git - nextcloud-server.git/commit
Fixed JS plural function to be per app
authorVincent Petry <pvince81@owncloud.com>
Mon, 16 Dec 2013 14:59:44 +0000 (15:59 +0100)
committerVincent Petry <pvince81@owncloud.com>
Mon, 16 Dec 2013 15:00:23 +0000 (16:00 +0100)
commitd8d11e39767e74e80e9c81474d255c84bdd2b913
tree391a5c65eee84b67ea830ce878ccc4cd1fc3ffd3
parent77b68505c2164330803ce5d5dcbb9fd07438e18d
Fixed JS plural function to be per app

Some apps might not define the same "nplural" value.
To avoid conflicts, the plural function is now generated per app.

Fixes #6427
core/js/js.js