Skip to content
Snippets Groups Projects
Commit 96e9b5f8 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

data-table-view: i18next-scanner support

parent 17dbff72
No related branches found
No related tags found
1 merge request!67Create a new i18next instance for every web component
module.exports = {
input: [
'src/*.js',
],
output: './',
options: {
debug: false,
removeUnusedKeys: true,
func: {list: ['i18n.t', '_i18n.t']},
lngs: ['en','de'],
resource: {
loadPath: 'src/i18n/{{lng}}/{{ns}}.json',
savePath: 'src/i18n/{{lng}}/{{ns}}.json'
},
},
}
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
"export-excel": "Excel Export", "export-excel": "Excel Export",
"export-csv": "CSV Export", "export-csv": "CSV Export",
"column-search-placeholder": "Nach {{fieldName}} suchen" "column-search-placeholder": "Nach {{fieldName}} suchen"
} }
\ No newline at end of file
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
"export-excel": "Excel Export", "export-excel": "Excel Export",
"export-csv": "CSV Export", "export-csv": "CSV Export",
"column-search-placeholder": "Search for {{fieldName}}" "column-search-placeholder": "Search for {{fieldName}}"
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment