20 Nov
2024
20 Nov
'24
2:02 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36836 --- Comment #13 from Jonathan Druart <jonathan.druart@gmail.com> --- 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.