lemmy
lemmy copied to clipboard
Translation for RSS feeds
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()