Glossary Manager
A master detail glossary pairing a term list with the selected term's definition, usage rules, banned variants, and approved translations per locale.
A master detail glossary pairing a term list with the selected term's definition, usage rules, banned variants, and approved translations per locale.
The source for every Application block is included with Basic and Pro. Pick a plan to copy the code.
Already purchased? Log in
Glossary Manager is a master detail split for approved terminology. The left column lists 8 terms, each with its part of speech and a locale count, and marks do not translate entries like Acme Sync and Webhook with a Ban icon. Selecting a term fills the right panel: the Workspace definition, a usage rule, a strip of banned variants shown with a line through them, and the approved translation for each target locale with an Approved or In review Badge. The footer states the rule the editor enforces, that saving a string with a banned variant is blocked.
The terms array is typed with a TermStatus union so translate and do not translate rows render differently, one showing a locale count and the other the Ban marker. Translations carry their own status so the same Badge logic drives the per locale rows.
Reach for this block on the terminology page of a localization or content settings area, wired to your glossary store and an edit flow. Scope it to one product so the banned variants and usage rules stay specific enough to enforce in the editor.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the approved terminology reference for translators. Other glossary shapes:
Tip: keep the banned variants visible next to the approved term, a translator sees the wrong word and the right one in the same glance.