https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ommunity.org Status|Signed Off |Failed QA --- Comment #10 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
