For the complete documentation index, see llms.txt. This page is also available as Markdown.

Locale

Use locale files to translate text shown by rcore_drugs.

💬 Default Locale

The resource includes:

rcore_drugs/locales/en.lua

Set the active locale in config.lua:

Config.Locale = 'en'

🌍 Add a New Language

  1. Copy rcore_drugs/locales/en.lua.

  2. Rename the copy to your language code, for example de.lua.

  3. Translate the values inside the file.

  4. Set Config.Locale to the new file name without .lua.

Config.Locale = 'de'

Last updated