discourse-translator/config
Natalie Tay 926197c7c7
FEATURE: Translate categories with selected provider (#282)
This feature introduces the ability to translate categories on core's CategoryLocalization from https://github.com/discourse/discourse/pull/32380. This includes 

- the addition of a generic `Translator.translate` which takes in supported models
- a `CategoryTranslator` specific to categories, which uses the basic text translator introduced in https://github.com/discourse/discourse-translator/pull/281
- a 12-hourly scheduled job that invokes a regular job.

Anyone can manually translate all categories using

```
Jobs.enqueue(:translate_categories)
```
2025-04-24 10:39:18 +08:00
..
locales FEATURE: Show an indicator for posts not originally written in the user's language (#274) 2025-04-15 10:20:12 +08:00
routes.rb DEV: Autoload app files (#179) 2024-11-21 10:04:12 +08:00
settings.yml FEATURE: Translate categories with selected provider (#282) 2025-04-24 10:39:18 +08:00