Open
Description
Just localization contributors megathread 🌍
👋 We welcome new contributors to the organization or repository! Localization is very important to us, it expands our reach for Project Essentials modifications.
All localization file storing in src/main/resources/assets/projectessentialspermissions/lang
path with json
format, and have naming style en_us
and ru_ru
for example.
Important note 1: §c
and other §<some symbol>
it color codes for minecraft.
Important note 2: %s
it string argument what will be putted in line.
Important note 3: string in <>
and in []
not needed in translate.
e.g: §6Permission §7%s §6removed from user §7%s§6.
string is Permission %s removed from user %s.
when first %s
it permission name, second %s
it user name.
e.g:
§6Usage example: §7/ess permissions user §8<nickname> §7set group §8<group name>
↓
§6Пример использования: §7/ess permissions user §8<nickname> §7set group §8<group name>