Skip to content

Commit 7d54a2d

Browse files
committed
Added russian translation, thanks Tkhakiro!
1 parent 07520ea commit 7d54a2d

File tree

8 files changed

+13
-6
lines changed

8 files changed

+13
-6
lines changed

About/About.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<description>[img]https://i.imgur.com/WAEzk68.png[/img]
1515

1616
Puts all meat that is defined as coming from a Humanlike race and would cause bad thoughts from eating in its own category
17-
Also moves meat from Insectoids and rotten meat from [url=https://steamcommunity.com/sharedfiles/filedetails/?id=2466790513]Rotten Meat[/url]
17+
Also moves meat from Insectoids, rotten meat from [url=https://steamcommunity.com/sharedfiles/filedetails/?id=2466790513]Rotten Meat[/url] and Chaomeat from [url=https://steamcommunity.com/sharedfiles/filedetails/?id=1786466855]Pawnmorpher[/url]
1818

1919
Idea by: Rasutei
2020

About/Changelog.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog for BadMeatCategory
22

3+
1.0.3.0 - Added russian translation, thanks Tkhakiro!
4+
5+
36
1.0.2.0 - Added support for Pawnmorpher
47

58

About/Manifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<Manifest>
33
<identifier>BadMeatCategory</identifier>
4-
<version>1.0.2.0</version>
4+
<version>1.0.3.0</version>
55
<dependencies />
66
<incompatibleWith />
77
<loadBefore />

About/ModSync.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ModSyncNinjaData>
33
<ID>5e19868d-711d-4873-9a25-3707e86a5faa</ID>
44
<ModName>Bad Meat Category</ModName>
5-
<Version>1.0.2.0</Version>
5+
<Version>1.0.3.0</Version>
66
<SaveBreaking>False</SaveBreaking>
77
<Host name="Github">
88
<Owner>emipa606</Owner>

Assemblies/BadMeatCategory.dll

0 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<LanguageData>
3+
<MeatBad.label>скверное мясо</MeatBad.label>
4+
</LanguageData>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
Puts all meat that is defined as coming from a Humanlike race and would cause bad thoughts from eating in its own category
7-
Also moves meat from Insectoids and rotten meat from https://steamcommunity.com/sharedfiles/filedetails/?id=2466790513]Rotten Meat
7+
Also moves meat from Insectoids, rotten meat from https://steamcommunity.com/sharedfiles/filedetails/?id=2466790513]Rotten Meat and Chaomeat from https://steamcommunity.com/sharedfiles/filedetails/?id=1786466855]Pawnmorpher
88

99
Idea by: Rasutei
1010

Source/BadMeatCategory/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
// General Information about an assembly is controlled through the following
55
// set of attributes. Change these attribute values to modify the information
66
// associated with an assembly.
7-
[assembly: AssemblyTitle("BadStuffCategories")]
7+
[assembly: AssemblyTitle("BadMeatCategories")]
88
[assembly: AssemblyDescription("")]
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("")]
11-
[assembly: AssemblyProduct("BadStuffCategories")]
11+
[assembly: AssemblyProduct("BadMeatCategories")]
1212
[assembly: AssemblyCopyright("Copyright © 2021")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]

0 commit comments

Comments
 (0)