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

data-table-view: refresh translations

parent 0795fa80
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,14 @@ module.exports = {
output: './',
options: {
debug: false,
sort: true,
removeUnusedKeys: true,
func: {list: ['i18n.t', '_i18n.t']},
lngs: ['en', 'de'],
resource: {
loadPath: 'src/i18n/{{lng}}/{{ns}}.json',
savePath: 'src/i18n/{{lng}}/{{ns}}.json',
jsonIndent: 4,
},
},
};
{
"print": "Drucken",
"export-excel": "Excel Export",
"column-search-placeholder": "Nach {{fieldName}} suchen",
"export-csv": "CSV Export",
"column-search-placeholder": "Nach {{fieldName}} suchen"
"export-excel": "Excel Export",
"print": "Drucken"
}
{
"print": "Print",
"export-excel": "Excel Export",
"column-search-placeholder": "Search for {{fieldName}}",
"export-csv": "CSV Export",
"column-search-placeholder": "Search for {{fieldName}}"
"export-excel": "Excel Export",
"print": "Print"
}
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