discourse/plugins/discourse-presence/config/locales/client.en.yml
Keegan George 400b57ac64
FEATURE: Add presence indicators for translating posts (#35857)
## 🔍 Overview

This update adds functionality for presence indicators when translating
posts. This helps those translating posts know when someone else is
simultaneously translating a post. It also gets rid of the numerous
discourse-presence indicators that appear when using the translation
editor.

## 📷 Screenshots
<img width="1307" height="943" alt="translator-presence"
src="https://github.com/user-attachments/assets/1346a2c4-4320-42cd-9bb8-9f40c516e1a0"
/>
2025-11-06 06:40:04 -08:00

15 lines
303 B
YAML

en:
js:
presence:
replying:
one: "replying"
other: "replying"
editing:
one: "editing"
other: "editing"
translating:
one: "translating"
other: "translating"
replying_to_topic:
one: "replying"
other: "replying"