Skip to content

Commit

Permalink
Add Russian Localization (Credits to ClaireDeVolta)
Browse files Browse the repository at this point in the history
  • Loading branch information
xADDBx committed Jun 14, 2024
1 parent 305e2db commit dd418e4
Show file tree
Hide file tree
Showing 9 changed files with 639 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build Mod on PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Build
id: build-action
uses: xADDBx/BuildOwlcatMod@v1
uses: xADDBx/BuildOwlcatMod@v2
with:
GAME_NAME: RogueTrader
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Build Mod on Push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Build
id: build-action
uses: xADDBx/BuildOwlcatMod@v1
uses: xADDBx/BuildOwlcatMod@v2
with:
GAME_NAME: RogueTrader
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Create Release for new Tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Build
id: build-action
uses: xADDBx/BuildOwlcatMod@v1
uses: xADDBx/BuildOwlcatMod@v2
with:
GAME_NAME: RogueTrader
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
629 changes: 629 additions & 0 deletions ToyBox/Localization/RogueTrader/ru-RU.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ToyBox/ModDetails/Info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Id": "0ToyBox0",
"DisplayName": "ToyBox for RogueTrader",
"Author": "Narria",
"Version": "1.5.13",
"Version": "1.5.14",
"ManagerVersion": "0.23.0",
"Requirements": [],
"AssemblyName": "ToyBox.dll",
Expand Down
2 changes: 1 addition & 1 deletion ToyBox/ModDetails/OwlcatModificationManifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"UniqueName": "0ToyBox0",
"Version": "1.5.12",
"Version": "1.5.14",
"DisplayName": "ToyBox for RogueTrader",
"Description": "Use Workshop-description.txt",
"Author": "Narria",
Expand Down
2 changes: 1 addition & 1 deletion ToyBox/ModDetails/Repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Releases": [
{
"Id": "0ToyBox0",
"Version": "1.5.13"
"Version": "1.5.14"
}
]
}
3 changes: 3 additions & 0 deletions ToyBox/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ Here is a summarized list of features. This list only includes a part of the fea
your save before using. Remember that "with great power comes great responsibility"
- **Quest Resolution**: this allows you to view your active quests and advance them as needed to work around bugs or
skip quests you don't want to do. Be warned this may break your game progression if used carelessly.

### ToyBox Rogue - Ver 1.5.14 built for Rogue Trader 1.1.67
* (***ClaireDeVolta***) Add Russian Localization

### ToyBox Rogue - Ver 1.5.13a built for Rogue Trader 1.1.67
* (***ADDB***) Added an option to disable Voice Over via Party => Stats.
Expand Down
2 changes: 1 addition & 1 deletion ToyBox/ToyBoxRT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Description>ToyBox</Description>
<AppDesignerFolder>Properties</AppDesignerFolder>
<OutputType>Library</OutputType>
<Version>1.5.13</Version>
<Version>1.5.14</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<FileAlignment>512</FileAlignment>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit dd418e4

Please sign in to comment.