From e7d44327e8ff9741b14e077de3040d45365ee53a Mon Sep 17 00:00:00 2001 From: Wyrrrd Date: Wed, 15 Mar 2023 23:07:36 +0100 Subject: [PATCH] Release maintenance --- CREDITS.txt | 2 +- README.md | 3 ++- changelog.txt | 5 +++++ info.json | 2 +- locale/zh-CN/{string.cfg => strings.cfg} | 0 5 files changed, 9 insertions(+), 3 deletions(-) rename locale/zh-CN/{string.cfg => strings.cfg} (100%) diff --git a/CREDITS.txt b/CREDITS.txt index 06dfcff..5fed509 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -5,7 +5,7 @@ CREDITS All code and graphics created by Deadlock989, with the following exceptions. -Code and graphics modifications after 2020-04-08 by Wyrrrd, ickputzdirwech, Friendch and Deadlock989. +Code and graphics modifications after 2020-04-08 by Wyrrrd, ickputzdirwech, Friendch, dwightkung and Deadlock989. For the latest unmodified version, see https://github.com/Wyrrrd/IndustrialDisplayPlates/tree/cd8778eb3b11f8bde5418088253123b1029dc461 Sounds by thomasevd and Raclure @ freesound.org. diff --git a/README.md b/README.md index bc8d074..b4286d7 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,5 @@ If you want to contribute by translating this mod, you can view the existing tra ### Credits Thanks to [Deadlock989](https://mods.factorio.com/user/Deadlock989) for the [original mod](https://mods.factorio.com/mod/IndustrialDisplays). Sounds by thomasevd and Raclure on freesound.org. -Thanks to [Friendch](https://mods.factorio.com/user/Friendch) for the french translation. \ No newline at end of file +Thanks to [Friendch](https://mods.factorio.com/user/Friendch) for the french translation. +Thanks to [dwightkung](https://github.com/dwightkung) for the simplified chinese translation. \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index b519731..6c1185e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 1.1.5 +Date: 2023-03-15 + Locale: + - Added simplified Chinese translation (thanks to dwightkung) +--------------------------------------------------------------------------------------------------- Version: 1.1.4 Date: 2021-09-07 Bugfixes: diff --git a/info.json b/info.json index c8795f2..acbe8a9 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "IndustrialDisplayPlates", - "version": "1.1.4", + "version": "1.1.5", "title": "Industrial Display Plates", "author": "Wyrrrd", "homepage": "https://github.com/Wyrrrd/IndustrialDisplayPlates", diff --git a/locale/zh-CN/string.cfg b/locale/zh-CN/strings.cfg similarity index 100% rename from locale/zh-CN/string.cfg rename to locale/zh-CN/strings.cfg