Skip to content

Commit

Permalink
Merge pull request #1 from Tllya/patch-1
Browse files Browse the repository at this point in the history
Russian Translation
  • Loading branch information
dgarroDC authored Apr 23, 2022
2 parents af49eee + 9d0fd1f commit ff3c811
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ArchaeologistAchievementHelper/Texts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ internal static string GetTranslated(Text text)
break;
}
break;
case TextTranslation.Language.RUSSIAN:
switch (text)
{
case Text.MissingFact:
translatedText = "ПРОПУЩЕНА ЗАПИСЬ";
break;
case Text.MissingSubentrie:
translatedText = "ПРОПУЩЕНА СВЯЗЬ";
break;
}
break;
case TextTranslation.Language.ENGLISH:
default:
switch (text)
Expand Down
2 changes: 1 addition & 1 deletion ArchaeologistAchievementHelper/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"author": "Damián Garro",
"name": "Archaeologist Achievement Helper",
"uniqueName": "dgarro.ArchaeologistAchievementHelper",
"version": "1.2.0",
"version": "1.2.1",
"owmlVersion": "2.0.0"
}

0 comments on commit ff3c811

Please sign in to comment.