Skip to content

Commit

Permalink
Update weather translation(CHS)
Browse files Browse the repository at this point in the history
  • Loading branch information
jie65535 committed Oct 20, 2023
1 parent eb1be4c commit 41dc3e8
Show file tree
Hide file tree
Showing 6 changed files with 1,875 additions and 822 deletions.
1 change: 1 addition & 0 deletions Source/GrasscutterTools/GrasscutterTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,7 @@
<Content Include="Resources\en-us\ShopType.txt" />
<Content Include="Resources\en-us\Weapon.txt" />
<None Include="Resources\Newtonsoft.Json.dll" />
<Content Include="Resources\en-us\Weather.txt" />
<Content Include="Resources\MyTools.java" />
<Content Include="Resources\ru-ru\Achievement.txt" />
<Content Include="Resources\ru-ru\Activity.txt" />
Expand Down
3 changes: 3 additions & 0 deletions Source/GrasscutterTools/Properties/Resources.en-us.resx
Original file line number Diff line number Diff line change
Expand Up @@ -387,4 +387,7 @@ Improvement suggestions have been submitted, please use caution to send emails t
<data name="PageWeatherTitle" xml:space="preserve">
<value>Weather</value>
</data>
<data name="Weather" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\en-us\Weather.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
</root>
3 changes: 3 additions & 0 deletions Source/GrasscutterTools/Properties/Resources.ru-ru.resx
Original file line number Diff line number Diff line change
Expand Up @@ -375,4 +375,7 @@
<data name="PageWeatherTitle" xml:space="preserve">
<value>Погода</value>
</data>
<data name="Weather" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\en-us\Weather.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
</root>
3 changes: 3 additions & 0 deletions Source/GrasscutterTools/Properties/Resources.zh-TW.resx
Original file line number Diff line number Diff line change
Expand Up @@ -381,4 +381,7 @@
<data name="PageWeatherTitle" xml:space="preserve">
<value>天氣</value>
</data>
<data name="Weather" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\zh-cn\Weather.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
</root>
Loading

0 comments on commit 41dc3e8

Please sign in to comment.