https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35174 Bug ID: 35174 Summary: Remove .po files from the codebase Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha@gmail.com Reporter: jonathan.druart+koha@gmail.com QA Contact: testopia@bugs.koha-community.org CC: dcook@prosentient.com.au, katrin.fischer@bsz-bw.de, m.de.rooy@rijksmuseum.nl, mtj@kohaaloha.com, tomascohen@gmail.com We should actually remove the .po files from the git history (Git_Splitting_and_Shrinking), but a first step could be to stop including them. With the migration to Weblate we now have a new repository koha-l10n (https://gitlab.com/koha-community/koha-l10n) that contains the .po files (update regularly by Weblate). Devs will simply need to git clone koha-l10n in misc/translate/po. For prod we could have additional debian package(s), either koha-l10n with all the .po files or one per language (koha-l10n-fr). Or, to start, we just embed all of them when building the package. -- You are receiving this mail because: You are watching all bug changes.