Skip to content

bndernet/bnder-bots-locales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bnder Bots locales

image image

This is a repository for all translations of Bnder Bots, including Task Manager, Knowledge Manager and Calendar Manager.

Structure

The parent directories are the short codes of the languages including two json files:

  • slash_command.json: Contains the translations shown in the discord slash command ui (command descriptions, option descriptions, etc.)
  • translations.json: Contains the translations used in the bots when responding to commands
  • TSLocalizationKeys.ts: Contains the keys and parameters used in other systems. Every language directory contains this file with translated texts

Arguments

Some messages contain arguments that are replaced with the actual values when the message is sent. These arguments are represented by double curly braces, for example {{argument}}. When translating these messages, make sure to keep the argument placeholder names.

Formatting options of arguments

Some arguments contain formatting options, for example "length100". These options can be used in an argument by using the following scheme: {argument, option} for example {{name, length100}}. When translating these messages, make sure to keep the argument placeholder names and the formatting options.

Supported formatting options:

  • length100: Truncates the argument if it is longer than 100 characters.

Contributing

To contribute, simply create a pull request with your changes. The changes will be reviewed and merged if they are correct.

Currently Supported languages

  • Bulgarian (bg)
  • German (de)
  • English (en)
  • Spanish (es-es)
  • French (fr)
  • Hindi (hi)
  • Portuguese (brazilian) (pt-br)
  • Russian (ru)
  • Turkish (tr)
  • Japanese (ja)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published