Skip to content

Commit

Permalink
Release 0.18.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
duduluu committed Oct 24, 2017
1 parent 2b964cb commit 4bcad4e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
# RimTrans

<!-- orange, blue -->
![TargetVersion)](https://img.shields.io/badge/RimWorld-0.18.1700%20(development%20build)-orange.svg?style=flat-square)
![SupportLanguages](https://img.shields.io/badge/Support%20Languages-26-green.svg?style=flat-square)

A translation and transform tool for RimWorld Core and Mods!

Supports all 26 languages of RimWorld.
Supports **all 26 languages** for RimWorld.

Interface languages:

- English
- 简体中文
- 繁体中文
- Русский (by Bugo)
- 한국어 (by DesTiNy)

[Open Source Code](https://github.com/duduluu/RimTrans)
[Help Translating RimTrans](https://github.com/duduluu/RimTrans/tree/master/RimTrans.Lite/Resources/Localizations)

[GitHub repo](https://github.com/duduluu/RimTrans)

### Projects

Expand Down Expand Up @@ -49,8 +56,10 @@ RimTrans is distributed under the [MIT License](https://opensource.org/licenses/
Included open-source libraries:

- [Font-Awesome-WPF](https://github.com/charri/Font-Awesome-WPF) v4.7.0 ([MIT License](https://opensource.org/licenses/MIT))
- [SteamKit2](https://github.com/SteamRE/SteamKit) v1.8.1 ([LGPL-2.1 License](http://www.tldrlegal.com/license/gnu-lesser-general-public-license-v2.1-%28lgpl-2.1%29))
- [SteamKit2](https://github.com/SteamRE/SteamKit) v1.8.3 ([LGPL-2.1 License](http://www.tldrlegal.com/license/gnu-lesser-general-public-license-v2.1-%28lgpl-2.1%29))
- [protobuf-net](http://code.google.com/p/protobuf-net/) v2.1.0 ([Apache License v2.0](https://raw.githubusercontent.com/mgravell/protobuf-net/master/Licence.txt))
- [ExcelLibrary](https://code.google.com/archive/p/excellibrary/) 20110730 ([LGPL v3.0](http://www.gnu.org/licenses/lgpl.html))

## More

- [Perfect translation template for RimWorld Core](https://github.com/RimWorld-zh/RimWorld-English)
4 changes: 2 additions & 2 deletions RimTrans.Builder/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.17.1.7")]
[assembly: AssemblyFileVersion("0.17.1.7")]
[assembly: AssemblyVersion("0.18.1.8")]
[assembly: AssemblyFileVersion("0.18.1.8")]
4 changes: 2 additions & 2 deletions RimTrans.Lite/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.17.1.7")]
[assembly: AssemblyFileVersion("0.17.1.7")]
[assembly: AssemblyVersion("0.18.1.8")]
[assembly: AssemblyFileVersion("0.18.1.8")]
4 changes: 2 additions & 2 deletions RimTrans.Trans/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.17.1.7")]
[assembly: AssemblyFileVersion("0.17.1.7")]
[assembly: AssemblyVersion("0.18.1.8")]
[assembly: AssemblyFileVersion("0.18.1.8")]

0 comments on commit 4bcad4e

Please sign in to comment.