diff options
Diffstat (limited to 'core/l10n/hi_IN.js')
-rw-r--r-- | core/l10n/hi_IN.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/l10n/hi_IN.js b/core/l10n/hi_IN.js new file mode 100644 index 00000000000..c483b4ab65d --- /dev/null +++ b/core/l10n/hi_IN.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "core", + { + "_{count} file conflict_::_{count} file conflicts_" : ["",""] +}, +"nplurals=2; plural=(n != 1);"); |