Public translation files for the Private 6 Mans discord bot.
- English - Coolcal#8459 TheBeardedB#1186
- Spanish - Blacki#6844
- French - ! Slayz#7365 AcroTic#3489
- Fork this repository
- Create a new folder named as the two-letter country code you are translating for. (e.g. "en" for english, "de" for german) in the
/resourcesfolder. - Translate each of the entries in
translation.jsonto your translation language. See Basic Instructions for more details on translation. - Submit a PR for review.
- When translating messages please maintain basic formatting and leave variables for injection in place (
{{key}}). - Some special formatting such as
**BoldText**, or_ItalicText_may exist in text and is Markdown formatting for discord, please translate phrases inside the formatting as if they are independent of the rest of the message. - Ensure that each line ends with a comma
,outside of the closing quotes for the translated string. - Ensure that no extra whitespace exists at the end of the line.
- Guild - This is a discord server, and can be translated as such.
- Room - This is a discord channel, also equivalent to a queue in most cases with respect to this bot.
- REST/WS - These are acronyms related to web development, when fully capitalized they don't need to be translated.
- REST = REpresentational State Transfer
- WS = Web Socket(s)