Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"audit": {
"block-insecure": false
}
}
}
7 changes: 5 additions & 2 deletions i18n/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"Dani",
"Hanna Tardos",
"Misibacsi",
"Tacsipacsi"
"Tacsipacsi",
"Dj"
]
},
"codeeditor-desc": "Szintaxiskiemeléssel segített szerkesztés JavaScript- és CSS-lapok szerkesztésekor az [https://ace.c9.io/ Ace szerkesztővel]",
Expand All @@ -18,5 +19,7 @@
"codeeditor-gotoline-placeholder": "sor[:oszlop]",
"codeeditor-gotoline-prompt": "Írj be egy sorszámot",
"codeeditor-indent": "Behúzás növelése",
"codeeditor-outdent": "Behúzás csökkentése"
"codeeditor-outdent": "Behúzás csökkentése",
"codeeditor-error-title": "A függőség betöltése sikertelen",
"codeeditor-error-message": "A CodeEditor használatához be kell tölteni a WikiEditor kiterjesztést."
}
70 changes: 40 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"eslint-config-wikimedia": "0.31.0",
"grunt": "1.6.2",
"grunt": "1.6.3",
"grunt-banana-checker": "0.13.0",
"grunt-eslint": "24.3.0",
"grunt-stylelint": "0.20.1",
Expand Down