Skip to content

Commit

Permalink
merging master to dev (#181)
Browse files Browse the repository at this point in the history
* zh-cn localization for ManufacturerFixes.cfg (#178)

* Remove ENABLE_PROFILER define that got added recently

---------

Co-authored-by: zhangyuesai <zhangyuesai@live.com>
  • Loading branch information
JonnyOThan and zhangyuesai committed Jan 26, 2024
1 parent a183f17 commit c9eb4d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,9 @@ Localization
#KSPCF_Agents_clampOTronTitle = Хват-О-Трон
#KSPCF_Agents_freeFallTitle = Парашюты Свободного Падения
}

zh-cn {
#KSPCF_Agents_clampOTronTitle = 夹具奥创
#KSPCF_Agents_freeFallTitle = 自由落体降落伞
}
}
2 changes: 1 addition & 1 deletion KSPCommunityFixes/KSPCommunityFixes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<DebugType>portable</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;ENABLE_PROFILER</DefineConstants>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit c9eb4d1

Please sign in to comment.