https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36836 --- Comment #16 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Jonathan Druart from comment #13)
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?
It's been a while since I tested this. To my knowledge translation tools will not work with variables?
- >{{ $__(item.tab_name) }}</a
So this should not work as the tools cannot figure out where the strings are to be found. So removed there and added the translation mark-up to the strings that tab_name can be. -- You are receiving this mail because: You are watching all bug changes.