https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36836
--- Comment #13 from Jonathan Druart <[email protected]> --- I am not sure about the changes in koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersShow.vue - >{{ $__(item.tab_name) }}</a + >{{ $item.tab_name }}</a So not using the translated version. Then later: + { + test: "TR", + data_type: "title", + tab_name: this.$__("Titles"), + }, Is this correct? -- You are receiving this mail because: 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/
