WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 57e3b40

Browse files
committed
Add crowdin setup
1 parent 9a08e88 commit 57e3b40

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

.crowdin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
files:
2+
- source: /src/main/resources/languages/lang.en.yml
3+
translation: /src/main/resources/languages/lang.%two_letters_code%.yml

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ Links
3535
* [BukkitDev site](http://dev.bukkit.org/projects/chestshop/)
3636
* [SpigotMC site](https://www.spigotmc.org/resources/chestshop.51856/)
3737
* [Bug Tracker](http://dev.bukkit.org/server-mods/chestshop/tickets/?status=+)
38+
* [Localization](https://crowdin.com/project/chestshop-3)

src/main/resources/languages/lang.cs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ iteminfo_book: |-
77
&fTitul knihy: &7%title
88
&fAutor knihy: &7%author
99
&fPočet stran: &7%pages
10+
1011
iteminfo_book_generation: "&fGenerace knihy: &7%generation"
1112
iteminfo_lore: |-
1213
&fLore:

src/main/resources/languages/lang.de.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ iteminfo_book: |-
77
&fBuch Title: &7%title
88
&fAuthor: &7%author
99
&fSeitenanzahl: &7%pages
10+
1011
iteminfo_book_generatopm: "&fBuch Ausgabe: &7%generation"
1112
iteminfo_lore: |-
1213
&fBeschreibung:

src/main/resources/languages/lang.en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ iteminfo_book: |-
77
&fBook Title: &7%title
88
&fBook Author: &7%author
99
&fBook Pages: &7%pages
10+
1011
iteminfo_book_generation: "&fBook Generation: &7%generation"
1112
iteminfo_lore: |-
1213
&fLore:

0 commit comments

Comments
 (0)