Skip to content

Commit

Permalink
feat: Add Hindi (#54)
Browse files Browse the repository at this point in the history
* upgrading stylelint

* adding Hindi
  • Loading branch information
dlockhart authored Mar 1, 2022
1 parent 1e4c2e0 commit b9f744c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions src/generators/localization/templates/static/lang/hi.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* eslint quotes: 0 */

export default {
"hello": "नमस्ते"
};

0 comments on commit b9f744c

Please sign in to comment.