Skip to content

Commit

Permalink
Russian translation
Browse files Browse the repository at this point in the history
Added Russian translation by mstislavovich
  • Loading branch information
DingoDjango committed Mar 17, 2019
1 parent 900ad13 commit a0d7143
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 4 deletions.
6 changes: 6 additions & 0 deletions QMods/StorageInfo/Languages/Russian.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ContainerEmpty": "Пусто",
"ContainerOneItem": "Заполнено 1 предметом",
"ContainerFull": "Полностью заполнено",
"ContainerNonempty": "Заполнено {0} предметами"
}
Binary file modified QMods/StorageInfo/StorageInfo.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion QMods/StorageInfo/mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Id": "StorageInfo",
"DisplayName": "Storage Info",
"Author": "Dingo",
"Version": "1.0.3",
"Version": "1.0.4",
"Enable": true,
"Game": "Subnautica",
"AssemblyName": "StorageInfo.dll",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions StorageInfo/Languages/Russian.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ContainerEmpty": "Пусто",
"ContainerOneItem": "Заполнено 1 предметом",
"ContainerFull": "Полностью заполнено",
"ContainerNonempty": "Заполнено {0} предметами"
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyFileVersion("1.0.3.0")]
[assembly: AssemblyVersion("1.0.4.0")]
[assembly: AssemblyFileVersion("1.0.4.0")]
3 changes: 3 additions & 0 deletions Source/StorageInfo.csproj → StorageInfo/StorageInfo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
<None Include="Languages\German.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Languages\Russian.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="mod.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Source/mod.json → StorageInfo/mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Id": "StorageInfo",
"DisplayName": "Storage Info",
"Author": "Dingo",
"Version": "1.0.3",
"Version": "1.0.4",
"Enable": true,
"Game": "Subnautica",
"AssemblyName": "StorageInfo.dll",
Expand Down

0 comments on commit a0d7143

Please sign in to comment.