Skip to content

Commit

Permalink
Provide German translation
Browse files Browse the repository at this point in the history
  • Loading branch information
estralis committed Sep 24, 2023
1 parent 8c0e92a commit d539b8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions housing/construction.lua
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ local function multiSkillsThatAreCountedAsOne(user, skill, productLevel, hasSkil
end

if playerIsGerman then
languageAppropriateSkillName = "GERMAN TRANSLATION"
languageAppropriateSkillName = "Schmieden, Feinschmieden oder Rüstschmieden"
else
languageAppropriateSkillName = "blacksmithing, finesmithing or armouring"
end
Expand All @@ -468,7 +468,7 @@ local function multiSkillsThatAreCountedAsOne(user, skill, productLevel, hasSkil
end

if playerIsGerman then
languageAppropriateSkillName = "GERMAN TRANSLATION"
languageAppropriateSkillName = "Kräuterkunde oder Ackerbau"
else
languageAppropriateSkillName = "herblore or farming"
end
Expand Down Expand Up @@ -520,7 +520,7 @@ function M.showDialog(user, skillName, carpentryEstateCatalogue)
hasSkillLevel, languageAppropriateSkillName = multiSkillsThatAreCountedAsOne(user, skill, product.level, hasSkillLevel, languageAppropriateSkillName)

if not hasSkillLevel then
common.HighInformNLS(user, "GERMAN TRANSLATION", "You need level "..product.level.." in "..languageAppropriateSkillName.." to do that. You could always seek out someone else to do it for you.")
common.HighInformNLS(user, "Hierfür benötigst du Level "..product.level.." in "..languageAppropriateSkillName..". Oder du fragst jemanden, der sich damit besser auskennt als du.", "You need level "..product.level.." in "..languageAppropriateSkillName.." to do that. You could always seek out someone else to do it for you.")
return false
end

Expand Down

0 comments on commit d539b8c

Please sign in to comment.