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

Katrin Fischer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #7 from Katrin Fischer <[email protected]> ---
I believe this is a good change, but we are missing a few occurences:

installer/data/mysql/localization/de-DE/custom.sql:UPDATE systempreferences SET
value = 'de-DE,en' WHERE variable = 'language';
installer/data/mysql/localization/fr-CA/custom.sql:UPDATE systempreferences SET
value = 'fr-CA,en' WHERE variable = 'language';
installer/data/mysql/localization/fr-FR/custom.sql:UPDATE systempreferences SET
value = 'fr-FR' WHERE variable = 'language';
installer/data/mysql/localization/it-IT/custom.sql:UPDATE systempreferences SET
value = 'en,it-IT' WHERE variable = 'language';
installer/data/mysql/localization/nb-NO/custom.sql:UPDATE systempreferences SET
value = 'nb-NO' WHERE variable = 'language';
installer/data/mysql/localization/ru-RU/custom.sql:UPDATE systempreferences SET
value = 'ru-RU,uk-UA,en,fr-FR,de-DE' WHERE variable = 'language';

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to