Translations
Manage translations for multilingual hologram text
Edit on GitHubTranslations
Holograms supports translations for displaying text in the viewer's language. Translation keys can be used inside hologram text lines and are automatically resolved per-player based on their client language.
Commands
Add a Translation
Adds or updates a translation key with a value.
Usage: /hologram translation add <key> <locale> <value>
Examples:
# Add a translation entry for English
/hologram translation add welcome.message English Welcome to the server!
# Add a translation entry for German
/hologram translation add welcome.message German Willkommen auf dem Server!
# Add another translation entry for Spanish
/hologram translation add shop.title Spanish Tienda del ServidorList Translations
Displays a list of all translation entries.
Usage: /hologram translation list
Reload Translations
Reloads all translations from disk.
Usage: /hologram translation reload
Remove a Translation
Removes a translation entry by key.
Usage: /hologram translation remove <key> <locale>
Examples:
# Remove a translation entry for English
/hologram translation remove welcome.message English
# Remove another translation entry for Spanish
/hologram translation remove shop.title SpanishLast updated on