Opened 2 months ago

Last modified 6 weeks ago

#18945 reopened bug

Remove EXRTranslator catalogs from Pootle

Reported by: waddlesplash Owned by: nielx
Priority: high Milestone:
Component: Website/Pootle Version: R1/beta4
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

EXRTranslator was moved to HaikuArchives and then removed from the tree in hrev57820, so its catalogs should be removed from Pootle now.

Change History (3)

comment:1 by nielx, 2 months ago

Status: newin-progress

comment:2 by nielx, 2 months ago

Milestone: Unscheduled
Resolution: fixed
Status: in-progressclosed

For future reference, the following actions have been done:

# access the pod
kubectl exec -it deployment/pootle bash

# write the latest changes to the catalogs
pootle update_stores

# remove the unnecessary catalogs
rm -r /var/pootle/catalogs/haiku/add-ons/translators/exr

# load the files from disk (which will remove the exr translator from the UI)
pootle sync_stores

After this, the translations were removed in hrev57823

comment:3 by waddlesplash, 6 weeks ago

Priority: normalhigh
Resolution: fixed
Status: closedreopened

Some of the catalogs reappeared in https://cgit.haiku-os.org/haiku/commit/?id=4aa39172c0a6dac49c9c262dbf67077ba6b4212b added in the catalogs directory directly.

Note: See TracTickets for help on using tickets.