]> git.koha-community.org Git - koha.git/commit
Bug 37008: Make "Help" link in vue modules translatable
authorKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 27 Jun 2024 16:41:46 +0000 (16:41 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Tue, 9 Jul 2024 12:56:07 +0000 (14:56 +0200)
commite76a5ec5cc1911483fab5d21bc3a635d59486f22
tree88014008a8e02979d19ba342402998e5c8699f2d
parent2af6bbbe5dd5b0152c65296ee0298b7f5431d79c
Bug 37008: Make "Help" link in vue modules translatable

The "Help" link in the upper right corner was not translatable
in the newer vue modules like ERM and Preservation.

To test in koha-testing-docker:

* Install any language:
  sudo koha-translate --install de-DE --dev kohadev
* Activate the language in the language system preference
* Activate the ERMModule system preference
* Go to the ERM module, verify translation works in general, but Help
  remains in English
* Apply patch
* Run: yarn build
* Run: gulp po:update
* Verify the string "Help" now appears in
  misc/translator/po/de-DE-messages-js.po
* Translate it
* Run:
  sudo koha-translate --update de-DE --dev kohadev
* Verify "Help" is now translated

Signed-off-by: Jake Deery <jake.deery@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/js/vue/components/Help.vue