discourse-translator/assets
Natalie Tay 4a2faf9a99
DEV: Use backend plugin api instead of frontend apis to override translation values (#210)
In https://github.com/discourse/discourse-translator/pull/205, we returned translated values using existing JS apis. While this was convenient, it does not allow us to modify crawler views such as ...

https://github.com/discourse/discourse/blob/main/app/views/topics/show.html.erb 

... when we want to serve translated pages.

This commit makes use of https://github.com/discourse/discourse/pull/31261 to override the values.
2025-02-14 12:05:56 +08:00
..
javascripts/discourse DEV: Use backend plugin api instead of frontend apis to override translation values (#210) 2025-02-14 12:05:56 +08:00
stylesheets/common FEATURE: Show full topic translations (#205) 2025-02-11 14:08:10 +08:00