thunderbird / addons-server

🕶 addons.thunderbird.net Django app and API, forked from addons.mozilla.org 🎉
https://addons.thunderbird.net
BSD 3-Clause "New" or "Revised" License
18 stars 17 forks source link

Update locale to remove references of Firefox Accounts. (Fixes #254) #255

Closed MelissaAutumn closed 1 year ago

MelissaAutumn commented 1 year ago

Fixes #254

Removes a unused string, clears out localization for a string that has changed completely, and adjusts several strings (to the best of my ability) to remove mentions of Firefox Accounts.

MelissaAutumn commented 1 year ago

I don't see the changes on stage, but I'm also not sure what dockerfile is used for stage. When I manually compile the .po files it works locally though.

Sancus commented 1 year ago

I don't see the changes on stage, but I'm also not sure what dockerfile is used for stage. When I manually compile the .po files it works locally though.

stage uses thunderbirdops/addons-server:stage which is autobuilt by docker hub from the stage branch.

Oh, dockerfile. It uses Dockerfile.deploy.