Language
It is possible to create or use existing languages within our script by accessing the file located at brnx-cinemasystem/modules/locales
. In this file, you can define translations for the desired language. To select the language to be used, simply configure the config.locale
variable in the brnx-cinemasystem/modules/shared/config.lua
file, as shown in the example below.
If you wish to create a new language, make sure to follow the structure of other example files. The .json
file format should remain the same, but with translations adapted to the new language. See the example below: