From b9f744c33b689ef58f825a9e41cea70239258f03 Mon Sep 17 00:00:00 2001 From: Dave Lockhart Date: Tue, 1 Mar 2022 12:41:50 -0500 Subject: [PATCH] feat: Add Hindi (#54) * upgrading stylelint * adding Hindi --- .../default-content/templates/configured/_package.json | 2 +- src/generators/localization/templates/static/lang/hi.js | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 src/generators/localization/templates/static/lang/hi.js diff --git a/src/generators/default-content/templates/configured/_package.json b/src/generators/default-content/templates/configured/_package.json index dc605b0..0c235f3 100644 --- a/src/generators/default-content/templates/configured/_package.json +++ b/src/generators/default-content/templates/configured/_package.json @@ -14,7 +14,7 @@ "devDependencies": { "@babel/core": "^7", "@babel/eslint-parser": "^7", - "@brightspace-ui/stylelint-config": "^0.3", + "@brightspace-ui/stylelint-config": "^0.4", "eslint": "^8", "eslint-config-brightspace": "^0.16", "eslint-plugin-html": "^6", diff --git a/src/generators/localization/templates/static/lang/hi.js b/src/generators/localization/templates/static/lang/hi.js new file mode 100644 index 0000000..b553e92 --- /dev/null +++ b/src/generators/localization/templates/static/lang/hi.js @@ -0,0 +1,5 @@ +/* eslint quotes: 0 */ + +export default { + "hello": "नमस्ते" +};