[Koha-bugs] [Bug 15067] Add additional languages to advanced search language search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 27 13:07:58 CET 2016


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org
             Status|Signed Off                  |Failed QA

--- Comment #10 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
I'd say this patch is not complete.

Looking at the other part of the files, we have, for instance:

  INSERT INTO language_descriptions(subtag, type, lang, description)
  VALUES ( 'fi', 'language', 'fi', 'Suomi');

  INSERT INTO language_descriptions(subtag, type, lang, description)
  VALUES ( 'fi', 'language', 'en', 'Finnish');

We need the language name to be translated in its own language

Moreover it seems that we need to add the country with the "region" type too.

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


More information about the Koha-bugs mailing list