https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35091 Bug ID: 35091 Summary: Improve translation of usage statistics country list Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: I18N/L10N Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org CC: frederic@tamil.fr The usage statistics page uses an include file, country-list.inc, which contains a large list of country names. When this include file is processed for translation the entire list shows up as one string: #: koha-tmpl/intranet-tmpl/prog/en/includes/country-list.inc:1 #, c-format msgid "[%% SET countries = [ \"Afghanistan\", \"Albania\", \"Algeria\", \"Andorra\"... This file should be reworked so that each country is a separate string in translations. -- You are receiving this mail because: You are watching all bug changes.