Move csvxml translations to a separate git submodule and add help texts
Close #22
This commit is contained in:
@ -703,6 +703,8 @@ class CsvxmlPage {
|
||||
const div = document.createElement("div");
|
||||
|
||||
div.appendChild(appendQA(app.tls.help_where_am_i, app.tls.help_where_am_i_content));
|
||||
div.appendChild(appendQA(app.tls.help_what_is_csv, app.tls.help_what_is_csv_content));
|
||||
div.appendChild(appendQA(app.tls.help_how_to_format_csv, app.tls.help_how_to_format_csv_content));
|
||||
|
||||
app.domHelpWrapper.appendChild(div);
|
||||
|
||||
|
Reference in New Issue
Block a user