Skip to content

Commit

Permalink
#1 Add German translation thanks to @OttovonBismarckderErste
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaeusb committed Sep 19, 2021
1 parent 2acff18 commit 94bea44
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 2 deletions.
1 change: 1 addition & 0 deletions CREDITS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ iSrNinja for Spanish translation
DrHesperus for Russian translation
Vakarian89 for Polish translation
cream280 for Chinese translation
OttovonBismarckderErste for German translation

Forge Discord:
Cyborgmas#0379
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '0.10.4-1.16.3-rc'
version = '0.10.5-1.16.3-rc'
group = 'com.dantaeusb.zetter' // http://maven.apache.org/guides/mini/guide-naming-conventions.html

sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
Expand Down Expand Up @@ -99,7 +99,7 @@ jar {
attributes([
"Specification-Title": "Zetter",
"Specification-Vendor": "dantaeusb",
"Specification-Version": "0.10.4-rc",
"Specification-Version": "0.10.5-rc",
"Implementation-Title": project.name,
"Implementation-Version": "${version}",
"Implementation-Vendor" :"dantaeusb",
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ iSrNinja for Spanish translation
DrHesperus for Russian translation
Vakarian89 for Polish translation
cream280 for Chinese translation
OttovonBismarckderErste for German translation
Forge Discord:
Cyborgmas#0379
Expand Down
34 changes: 34 additions & 0 deletions src/main/resources/assets/zetter/lang/de_de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"block.zetter.artist_table": "Künslertisch",
"block.zetter.easel": "Staffelei",
"container.zetter.artistTable": "Künslertisch",
"container.zetter.easel": "Staffelei",
"entity.zetter.custom_painting_entity": "gerahmtes Gemälde",
"item.zetter.canvas": "Leinwand",
"item.zetter.painting": "Gemälde",
"item.zetter.paints": "Farbe",
"item.zetter.palette": "Palette",
"item.zetter.acacia_basic_frame": "Akazienholzrahmen",
"item.zetter.acacia_plated_frame": "Akazienholzrahmen mit Namenschild",
"item.zetter.birch_basic_frame": "Birkenholzrahmen",
"item.zetter.birch_plated_frame": "Birkenholzrahmen mit Namenschild",
"item.zetter.crimson_basic_frame": "Karmesinholzrahmen",
"item.zetter.crimson_plated_frame": "Karmesinholzrahmen mit Namenschild",
"item.zetter.dark_oak_basic_frame": "Schwarzeichenholzrahmen",
"item.zetter.dark_oak_plated_frame": "Schwarzeichenholzrahmen mit Namenschild",
"item.zetter.jungle_basic_frame": "Tropenholzrahmen",
"item.zetter.jungle_plated_frame": "Tropenholzrahmen mit Namenschild",
"item.zetter.oak_basic_frame": "Eichenholzrahmen",
"item.zetter.oak_plated_frame": "Eichenholzrahmen mit Namenschild",
"item.zetter.spruce_basic_frame": "Fichtenholzrahmen",
"item.zetter.spruce_plated_frame": "Fichtenholzrahmen mit Namenschild",
"item.zetter.warped_basic_frame": "Wirrstielrahmen",
"item.zetter.warped_plated_frame": "Wirrstielrahmen mit Namenschild",
"item.zetter.iron_frame": "eiserner Rahmen",
"item.zetter.gold_basic_frame": "goldener Rahmen",
"item.zetter.gold_plated_frame": "goldener Rahmen mit Namenschild",
"item.zetter.painting.size": "%1$dx%2$d",
"item.zetter.painting.unnamed": "unbenannt",
"item.zetter.painting.unknown": "unbekannt",
"item.zetter.customPaintingByAuthor": "\"%1$s\" von %2$s"
}

0 comments on commit 94bea44

Please sign in to comment.