Skip to content

Commit

Permalink
Add crowdin setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix616 committed Oct 31, 2020
1 parent 9a08e88 commit 57e3b40
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
files:
- source: /src/main/resources/languages/lang.en.yml
translation: /src/main/resources/languages/lang.%two_letters_code%.yml
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions src/main/resources/languages/lang.cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/languages/lang.de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ iteminfo_book: |-
&fBuch Title: &7%title
&fAuthor: &7%author
&fSeitenanzahl: &7%pages
iteminfo_book_generatopm: "&fBuch Ausgabe: &7%generation"
iteminfo_lore: |-
&fBeschreibung:
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/languages/lang.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 57e3b40

Please sign in to comment.