discourse-translator/assets/javascripts/discourse
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
..
components FEATURE: Show full topic translations (#205) 2025-02-11 14:08:10 +08:00
initializers DEV: Use backend plugin api instead of frontend apis to override translation values (#210) 2025-02-14 12:05:56 +08:00
services DEV: Added compatibility with the Glimmer Post Menu (#173) 2024-11-14 16:30:03 -03:00