Summary: | Remove .po files from the codebase | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | dcook, fridolin.somers, m.de.rooy, mtj, tomascohen |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
23.05.06,22.11.12,22.05.17,21.11.26
|
Circulation function: | |
Attachments: |
Bug 35174: Do not explode if po dir does not exist
Bug 35174: Add a warning to the about page Bug 35174: Add misc/translator/po to .gitignore Bug 35174: Don't run gulp po commands if po dir is missing Bug 35174: Don't run gulp po commands if po dir is missing Bug 35174: update control files for koha-l10n dependency package |
Description
Jonathan Druart
2023-10-27 11:25:39 UTC
*** Bug 27236 has been marked as a duplicate of this bug. *** Created attachment 159021 [details] [review] Bug 35174: Do not explode if po dir does not exist Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Created attachment 159022 [details] [review] Bug 35174: Add a warning to the about page Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Created attachment 159023 [details] [review] Bug 35174: Add misc/translator/po to .gitignore Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Created attachment 159024 [details] [review] Bug 35174: Don't run gulp po commands if po dir is missing Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> See also: ktd changes https://gitlab.com/koha-community/koha-testing-docker/-/issues/402 Wiki page about the context (move to Weblate) https://wiki.koha-community.org/wiki/Translation_server_migration_weblate Reference wiki page: https://wiki.koha-community.org/wiki/Translation_files Created attachment 159025 [details] [review] Bug 35174: Don't run gulp po commands if po dir is missing Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 23.11.00 And the following commit as well: git rm -r misc/translator/po git commit -a --author "Koha translators <>" -m"Bug 35174: Remove .po files from Koha" RMaints, ignore this. Created attachment 159038 [details] [review] Bug 35174: update control files for koha-l10n dependency package to test... - apply patch - build koha-common package - install koha-common package, and confirm koha-l10n package is installed (In reply to Jonathan Druart from comment #9) > RMaints, ignore this. OK not backported Pushed to all stable releases. |