I purchased the premium version but found a problem. When I create language text, it only shows some of the languages I created. The difficulty displayed on the map cannot be translated. I tried to override my language to en and it shows fine
About Premium EditionSolved
hi, language API is handled by Oxide, not the plugin.
map marker is in the config.
"Marker Name": "Raidable Base Event",
all difficulty names are in the language file:
example for Russian:
"ModeEasy": "<color=#00C100>Легкая</color>",
"ModeMedium": "<color=#C1C100>Средняя</color>",
"ModeHard": "<color=#C10000>Сложная</color>",
"ModeExpert": "<color=#0000C1>Экспертная</color>",
"ModeNightmare": "<color=#505050>Кошмарная</color>",you can change default server language from en to ru with: oxide.lang ru
restart your server if Oxide cache prevents changes to your language files from being updated.
Thanks~~
Locked automatically