[Koha-bugs] [Bug 24262] Translate installer data in YAML format

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 23 15:20:06 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24262

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Comment on attachment 96593
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96593
Bug 24262: Translate installer data in YAML format

Review of attachment 96593:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=24262&attachment=96593)
-----------------------------------------------------------------

::: misc/translator/LangInstaller.pm
@@ +937,4 @@
>      $self->install_prefs();
>      $self->install_messages();
>      $self->remove_pot();
> +    $self->install_installer();

Should not it be placed after remove_pot?

@@ +971,4 @@
>      $self->create_prefs();
>      $self->create_messages();
>      $self->remove_pot();
> +    $self->create_installer();

Same here.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list