lemmy icon indicating copy to clipboard operation
lemmy copied to clipboard

Translation for RSS feeds

Open Nutomic opened this issue 11 months ago • 0 comments

RSS feeds are currently still hardcoded to English, for example:

https://github.com/LemmyNet/lemmy/blob/52047459bbd820eede0af3401159c6c581bd1a07/crates/routes/src/feeds.rs#L153

https://github.com/LemmyNet/lemmy/blob/52047459bbd820eede0af3401159c6c581bd1a07/crates/routes/src/feeds.rs#L460

These should all be translated in the same way as emails:

  • Add the text to https://github.com/LemmyNet/lemmy-translations/blob/main/email/en.json
  • Make pull request with translation, and use that branch in Lemmy submodule crates/utils/translations/email/
  • Use the translated strings with get_interface_language()

Nutomic avatar Jan 28 '25 09:01 Nutomic