https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37762 --- Comment #59 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Pedro Amorim from comment #58)
Also caught this: 122 placeholder: $__( 123 "http://localhost:8081/api/v1/contrib/iso18626/supplying_agency_message" 124 ),
This is a visual placeholder illustrating how a requesting Koha URL would look like. It has no functional implications (i.e. 'localhost' here is not used for anything).
Does it need to be translatable?
import statements use rel paths, should have used '@koha-vue'
This is being used: import { $__ } from "@koha-vue/i18n";
Where else do we need to add it?
Everywhere we import from a Koha component. -- You are receiving this mail because: You are watching all bug changes.