mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-09 07:50:14 +08:00
Previously we had omitted determining the locale of categories, as unlike posts, categories are usually single words and are usually only translated once. Since there is no locale, a category called "Staff" would also have an English translation. With LLMs that perform poorly, we see that translating "Staff" to English may result in something entirely different (like "Personnelle" or "Personal"). Thus adding locale support to categories can mitigate this issue due to the uncertainty. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| migrate | ||
| post_migrate | ||
| api_test_seeds.rb | ||