Move csvxml translations to a separate git submodule and add help texts

Close #22
This commit is contained in:
2022-11-18 02:04:24 +01:00
parent 34fcc4905a
commit 10012db20d
10 changed files with 15 additions and 9 deletions

View File

@ -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);