Add More Languages
- 主要语言
- Java
- 星标
- 7
- 派生
- 6
- PR 合并指标
- 30 天内没有已合并 PR
描述
# The Overview
Currently BackPacks+ supports [6 languages fully](https://github.com/aj-rom/BackPacksPlus/tree/master/src/main/resources/lang).
I would love to get some community contribution to create a new file within this directory, copying the format as follows.
## Example
Here is the [*en.yml*](https://github.com/aj-rom/BackPacksPlus/blob/master/src/main/resources/lang/en.yml) for reference:
```YAML
# English translation file
General:
Permission: "&cYou do not have permission to use this command!"
CraftPerm: "&cYou do not have permission to craft this backpack!"
NoRenamePerm: "&cYou are not allowed to rename backpacks!"
Use: "&cYou do not have permission to use this backpack!"
Offline-Player: "&e%player% &ccould not be found!!"
Reload: "&8[&cBack&ePacks&b+&8] &aYou have reloaded the plugin!"
BadArgs: "&cIncorrect arguments! &eType &7/bpp help &efor help."
Console: "&8[&cBack&ePacks&b+&8] &cYou must be a player to use this command!"
NotFound: "&e%backpack% &cdoes not exist."
OverLimit: "&7Removed &c%removed% backpacks &7because you are only allowed to carry &e%limit% &7at once."
BackPack:
ItemNotAllowed: "%backpack% &cdoes not let you store &e%item% &cinside."
OnCraft:
- "&8[&a+&8] &aYou have crafted a %backpack%"
OnGive: "&7You have given &e%player% &7- &a%amt%x %backpack%"
OnReceive: "&7You have been given &7- &a%amt%x %backpack%"
Recipe-View:
Header:
- ""
- "&eHere is a list of current &cBackPack &erecipes:"
- " &7Hover over to see crafting recipes!"
Body: " &8[&a+&8]&7 &e%backpack%"
Footer:
- ""
Help:
- ""
- "&7&m &r &8[&cBack&ePacks&b+&8] &7&m "
- " &e/bpp &8 - &7List all accessible backpacks."
- " &e/bpp &ahelp &8- &7Shows this page."
- " &e/bpp &agive &7<&cBackPack&7> <&cPlayer&7> [&camt&7]"
- " &8- &7Give the player the specified backpack"
- " &e/bpp &areload &8- &7Reloads the plugin."
- "&7&m
```
## Contributing
To contribute, clone this project or simply just create a new file in the [lang](https://github.com/aj-rom/BackPacksPlus/tree/master/src/main/resources/lang) directory with the associated langauges code. You can find a good list to conform to [here](https://developers.google.com/admin-sdk/directory/v1/languages).
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。