How to add new language in the language list
Hi I have added some books in Malayalam language. But when i search it in opac or staff client using advanced option, I am not able to filter books of malayalam language as it is not in the list of languages. How to add more languages in the list of languages. Jamsheer N P University of Calicut India
Hi, to add a language you need to do it in the database. Copy the following lines to a file "malayalam.sql" and then import into the database, then you could view the language in the list in advanced search. -- Malayalam INSERT INTO language_subtag_registry( subtag, type, description, added) VALUES ( 'ml', 'language', 'Malayalam','2013-08-26'); INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) VALUES( 'ml','mal'); INSERT INTO language_script_mapping(language_subtag,script_subtag) VALUES( 'ml', 'Mlym'); INSERT INTO language_descriptions(subtag, type, lang, description) VALUES( 'ml', 'language', 'en', 'Malayalam'); INSERT INTO language_descriptions(subtag, type, lang, description) VALUES( 'ml', 'language', 'ml', 'മലയാളം'); -- end Malayalam Regards, Bernardo -- Bernardo Gonzalez Kriegel bgkriegel@gmail.com On Mon, Aug 26, 2013 at 3:16 AM, Jamsheer np <jamcalicut@yahoo.com> wrote:
Hi I have added some books in Malayalam language. But when i search it in opac or staff client using advanced option, I am not able to filter books of malayalam language as it is not in the list of languages. How to add more languages in the
list of languages.
Jamsheer N P University of Calicut India _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Bernardo Gonzalez Kriegel -
Jamsheer np