diff options
Diffstat (limited to 'apps/files/l10n/hi.php')
-rw-r--r-- | apps/files/l10n/hi.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/hi.php b/apps/files/l10n/hi.php index 151d1f497c7..48e2194256d 100644 --- a/apps/files/l10n/hi.php +++ b/apps/files/l10n/hi.php @@ -1,5 +1,7 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Error" => "त्रुटि", "Share" => "साझा करें", "Save" => "सहेजें" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |