https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38058
Bug ID: 38058
Summary: Backticks in vue files break translation script
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: I18N/L10N
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
(In reply to Matt Blenkinsop from comment #61)
> Created attachment 166571 [details] [review]
> Bug 34788: (follow-up): Fix translations
Please stop using backtick, it does not work correctly with translations.
See: fr-FR-messages-js.po
+#: koha-tmpl/intranet-tmpl/prog/js/vue/dist/erm.js:20920
+#, javascript-format
+msgid ""
+"Your file was too large to process in one job, the file has been split into
%s jobs to meet the maximum size limits.\"\n"
+" ).format(success.job_ids.length)}</p>`\n"
+" }\n"
+" success.job_ids.forEach((job, i) => {\n"
+" message += `<li>${this.$__(\n"
+" \"Job %s for uploaded file has been
queued\"\n"
+" ).format(\n"
+" i + 1\n"
[...]
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/