- Shipped
- 17 أبريل 2026 في 1:23 ص UTC
- Author
- Kamo
- Commit
- 004490f
The translation lookup for non-en locales was unconditionally overwriting description with **************** which is null when: - the translation was saved before description translation completed New commits have translation records (created by retry scheduler); old commits don't. So old commits showed their description and new ones didn't. Fix 1 (endpoint): only replace description with translated value if non-null. Fix 2 (listener): fall back to English description when translateService doesn't return a translated description for a commit that had one.