https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24262 --- Comment #4 from Jonathan Druart <jonathan.druart@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.