Summary: | Translation script raises warnings for obsolete translations | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | I18N/L10N | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | Pushed to stable --- | QA Contact: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Severity: | normal | ||
Priority: | P5 - low | CC: | angel.duran, f.demians, jonathan.druart, paul.derscheid, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
25.05.00,24.11.04
|
|
Circulation function: | |||
Attachments: |
Bug 39077: Do not complain about obsolete translations
Bug 39077: Do not complain about obsolete translations |
Description
Jonathan Druart
2025-02-10 14:17:06 UTC
Created attachment 177696 [details] [review] Bug 39077: Do not complain about obsolete translations Test plan: Update the po files before you apply this patch for es-ES koha-translate --update es-ES --dev kohadev => Notice the warnings Apply this patch Translate again => No warnings. Created attachment 177699 [details] [review] Bug 39077: Do not complain about obsolete translations Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Tested it. Works as described. Adding that the 'update po files before' step requires: ```shell cd misc/translator/po git fech git reset --hard origin/main ``` Nice work. Pushed for 25.05! Well done everyone, thank you! *** Bug 37068 has been marked as a duplicate of this bug. *** Nice work everyone! Pushed to 24.11.x for 24.11.04 |