Localizing topic does not seem to localize excerpt pinned on topic list

This has been fixed with

This should also be fixed :ok_hand:


:warning: One thing to note though for self-hosters with missing localized excerpts: you will need to update, then run the following rake task [1] in your console

bundle exec rake topic_localizations:backfill_excerpts

## or possibly with sudo
sudo -E -u discourse bundle exec rake topic_localizations:backfill_excerpts

so that the empty localized excerpts may be populated.

Alternatively if the rake task is not possible, a more manual way is to re-translate the first post of topics that are affected.


  1. Some might ask - “Why not a migration which is automatic?”, because we use PrettyText here for the excerpts, and as usual we do try to avoid application code in migrations. ↩︎

5 Likes