UNIVERSAL DEVELOPMENT
Join Discord [Click Here]
  • 🗨️UniversalChat
    • Installation
    • Commands
    • Permissions
    • Designing Your Chat
    • Customising Translation
    • Quick Chat (Shortcuts)
    • Server Guide
    • Profanity Filter
    • Message Of The Day (MOTD)
    • Polls
    • Autocorrect
    • Command Auto Complete
    • Developer Guide
      • Getting Started
      • Translation
      • Check For Profanity & Hate Speech
      • Create Summary Of Text
      • Server Guide
      • Autocorrect
      • Parsing Colors
    • Credits
  • 👜Modular Backpacks
    • Installation
    • Commands
    • Permissions
    • Changing backpack prices
Powered by GitBook
On this page
  1. UniversalChat

Customising Translation

All chat translation settings are located in Plugins/UniversalChat/Translation.yml

#
# Get language codes here: https://lingohub.com/blog/what-are-iso-639-language-codes
#

Translation:
  enabled: True
  AutoTranslateFromRegion: True
  allowedLanguages: ["en", "es", "fr", "de", "it", "nl", "ru", "zh", "ja", "ko", "pt", "ar", "hi", "bn", "ur", "tr", "vi", "pl", "uk", "ro", "hu", "cs","el", "he", "sv", "no", "da", "fi", "th", "id", "ms"]

Other:
  cfg-version: 4
  • Explanation: This is a list of language codes that the system is allowed to use for translation. Each code is a two-letter abbreviation according to the ISO 639-1 standard. For example:

    • "en" stands for English

    • "es" stands for Spanish

    • "fr" stands for French

  • The plugin will only translate content into these specified languages that you allow.

PreviousDesigning Your ChatNextQuick Chat (Shortcuts)

Last updated 2 months ago

🗨️