diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-15 10:50:05 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-15 10:50:05 -0500 |
commit | 4711d19b3e3fa71c304100209450c530a0e5c51a (patch) | |
tree | 150edbb618946cd2728a7fb0c728a60f27b6c277 | |
parent | 6275821288aec6a5178f660eda951e6343f5e381 (diff) | |
download | SMAPI-4711d19b3e3fa71c304100209450c530a0e5c51a.tar.gz SMAPI-4711d19b3e3fa71c304100209450c530a0e5c51a.tar.bz2 SMAPI-4711d19b3e3fa71c304100209450c530a0e5c51a.zip |
fix .gitignore and line endings for Linux
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | src/SMAPI/i18n/zh.json | 6 |
2 files changed, 6 insertions, 3 deletions
@@ -18,6 +18,9 @@ _ReSharper*/ *.[Rr]e[Ss]harper *.DotSettings.user +# Rider +.idea/ + # NuGet packages *.nupkg **/packages/* diff --git a/src/SMAPI/i18n/zh.json b/src/SMAPI/i18n/zh.json index bbd6a574..9c0e0c21 100644 --- a/src/SMAPI/i18n/zh.json +++ b/src/SMAPI/i18n/zh.json @@ -1,3 +1,3 @@ -{
- "warn.invalid-content-removed": "非法内容已移除以防游戏闪退(查看SMAPI控制台获得更多信息)"
-}
+{ + "warn.invalid-content-removed": "非法内容已移除以防游戏闪退(查看SMAPI控制台获得更多信息)" +} |