From 86959bc048e310171253895d3b00694823eec85d Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 26 Mar 2020 11:10:44 +0100 Subject: [PATCH] Add Hindi translation --- customize.dist/messages.js | 1 + customize.dist/translations/messages.hi.js | 14 ++++++++++++++ www/common/translations/messages.hi.json | 2 ++ 3 files changed, 17 insertions(+) create mode 100644 customize.dist/translations/messages.hi.js create mode 100644 www/common/translations/messages.hi.json diff --git a/customize.dist/messages.js b/customize.dist/messages.js index 9bf35793f..d42d8fa46 100755 --- a/customize.dist/messages.js +++ b/customize.dist/messages.js @@ -7,6 +7,7 @@ var map = { 'es': 'Español', 'fi': 'Suomalainen', 'fr': 'Français', + //'hi': 'हिन्दी', 'it': 'Italiano', 'nb': 'Norwegian Bokmål', //'pl': 'Polski', diff --git a/customize.dist/translations/messages.hi.js b/customize.dist/translations/messages.hi.js new file mode 100644 index 000000000..e5ad3409a --- /dev/null +++ b/customize.dist/translations/messages.hi.js @@ -0,0 +1,14 @@ +/* + * You can override the translation text using this file. + * The recommended method is to make a copy of this file (/customize.dist/translations/messages.{LANG}.js) + in a 'customize' directory (/customize/translations/messages.{LANG}.js). + * If you want to check all the existing translation keys, you can open the internal language file + but you should not change it directly (/common/translations/messages.{LANG}.js) +*/ +define(['/common/translations/messages.hi.js'], function (Messages) { + // Replace the existing keys in your copied file here: + // Messages.button_newpad = "New Rich Text Document"; + + return Messages; +}); + diff --git a/www/common/translations/messages.hi.json b/www/common/translations/messages.hi.json new file mode 100644 index 000000000..2c63c0851 --- /dev/null +++ b/www/common/translations/messages.hi.json @@ -0,0 +1,2 @@ +{ +}