mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2025-01-09 00:27:34 +01:00
Add crowdin setup
This commit is contained in:
parent
9a08e8897b
commit
b43454531e
3
.crowdin.yml
Normal file
3
.crowdin.yml
Normal file
@ -0,0 +1,3 @@
|
||||
files:
|
||||
- source: /src/main/resources/languages/lang.en.yml
|
||||
translation: /src/main/resources/languages/lang.%two_letters_code%.yml
|
@ -35,3 +35,4 @@ Links
|
||||
* [BukkitDev site](http://dev.bukkit.org/projects/chestshop/)
|
||||
* [SpigotMC site](https://www.spigotmc.org/resources/chestshop.51856/)
|
||||
* [Bug Tracker](http://dev.bukkit.org/server-mods/chestshop/tickets/?status=+)
|
||||
* [Localization](https://crowdin.com/project/chestshop-3)
|
||||
|
@ -7,6 +7,7 @@ iteminfo_book: |-
|
||||
&fTitul knihy: &7%title
|
||||
&fAutor knihy: &7%author
|
||||
&fPočet stran: &7%pages
|
||||
|
||||
iteminfo_book_generation: "&fGenerace knihy: &7%generation"
|
||||
iteminfo_lore: |-
|
||||
&fLore:
|
||||
|
@ -7,7 +7,8 @@ iteminfo_book: |-
|
||||
&fBuch Title: &7%title
|
||||
&fAuthor: &7%author
|
||||
&fSeitenanzahl: &7%pages
|
||||
iteminfo_book_generatopm: "&fBuch Ausgabe: &7%generation"
|
||||
|
||||
iteminfo_book_generation: "&fBuch Ausgabe: &7%generation"
|
||||
iteminfo_lore: |-
|
||||
&fBeschreibung:
|
||||
&r%lore
|
||||
|
@ -7,6 +7,7 @@ iteminfo_book: |-
|
||||
&fBook Title: &7%title
|
||||
&fBook Author: &7%author
|
||||
&fBook Pages: &7%pages
|
||||
|
||||
iteminfo_book_generation: "&fBook Generation: &7%generation"
|
||||
iteminfo_lore: |-
|
||||
&fLore:
|
||||
|
Loading…
Reference in New Issue
Block a user