Skip to content

Commit

Permalink
Add italian language support (#392)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#235
  • Loading branch information
edulix committed Sep 13, 2023
1 parent 8deafcb commit cb30be6
Show file tree
Hide file tree
Showing 2 changed files with 431 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,11 @@ module.exports = function (grunt) {
"plugins/**/locales/fr.json",
"node_modules/common-ui/dist/locales/fr.json"
],
"dist/locales/it.json": [
"locales/it.json",
"plugins/**/locales/it.json",
"node_modules/common-ui/dist/locales/it.json"
],
"dist/locales/gl.json": [
"locales/gl.json",
"plugins/**/locales/gl.json",
Expand Down Expand Up @@ -341,6 +346,7 @@ module.exports = function (grunt) {
"dist/locales/moment/en.js": "node_modules/moment/locale/en-gb.js",
"dist/locales/moment/es.js": "node_modules/moment/locale/es.js",
"dist/locales/moment/fr.js": "node_modules/moment/locale/fr.js",
"dist/locales/moment/it.js": "node_modules/moment/locale/it.js",
"dist/locales/moment/gl.js": "node_modules/moment/locale/gl.js",
"dist/locales/moment/ca.js": "node_modules/moment/locale/ca.js"
}
Expand Down
Loading

0 comments on commit cb30be6

Please sign in to comment.