Skip to content

Commit

Permalink
Changed update mechanism behaviour. Converted translation resources t…
Browse files Browse the repository at this point in the history
…o JSON files.
  • Loading branch information
BigETI committed Jun 1, 2019
1 parent 10c9e53 commit 758ded8
Show file tree
Hide file tree
Showing 80 changed files with 5,866 additions and 35,423 deletions.
Binary file modified .vs/SAMPLauncherNET/v15/.suo
Binary file not shown.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ Check out the launcher [features](https://github.com/BigETI/SAMPLauncherNET/blob
Fork this project, commit your changes and create a pull request.

### Translation
Translation files are located at https://github.com/BigETI/SAMPLauncherNET/tree/master/SAMPLauncherNET/Languages ,
pick up `en-GB.resx` and `en-GB.Designer.cs`,
create a copy in Visual Studio and rename it to the language's `language tag` you want to translate.
Translation files are located at https://github.com/BigETI/SAMPLauncherNET/tree/master/SAMPLauncherNET/languages ,
pick up `en-GB.json`, create a copy
and rename it to the language's `language tag` you want to translate.
https://msdn.microsoft.com/en-us/library/cc233982.aspx
For example the `language tag` of spanish in Spain is `es-ES`.
Note: You don't need to commit `TranslatorInterface.cs`.

### Code
You can change anything within the source code to contribute.
Expand Down
14 changes: 0 additions & 14 deletions SAMPLauncherNET.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SAMPLauncherNET", "SAMPLauncherNET\SAMPLauncherNET.csproj", "{1BD42D89-52F4-45A5-8EA9-369B695938C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SAMPLauncherNETUpdater", "SAMPLauncherNETUpdater\SAMPLauncherNETUpdater.csproj", "{BA993DBE-92F1-425B-9BE0-971B6F3565E5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -29,18 +27,6 @@ Global
{1BD42D89-52F4-45A5-8EA9-369B695938C2}.Release|x64.Build.0 = Release|Any CPU
{1BD42D89-52F4-45A5-8EA9-369B695938C2}.Release|x86.ActiveCfg = Release|Any CPU
{1BD42D89-52F4-45A5-8EA9-369B695938C2}.Release|x86.Build.0 = Release|Any CPU
{BA993DBE-92F1-425B-9BE0-971B6F3565E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA993DBE-92F1-425B-9BE0-971B6F3565E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA993DBE-92F1-425B-9BE0-971B6F3565E5}.Debug|x64.ActiveCfg = Debug|Any CPU
{BA993DBE-92F1-425B-9BE0-971B6F3565E5}.Debug|x64.Build.0 = Debug|Any CPU
{BA993DBE-92F1-425B-9BE0-971B6F3565E5}.Debug|x86.ActiveCfg = Debug|Any CPU
{BA993DBE-92F1-425B-9BE0-971B6F3565E5}.Debug|x86.Build.0 = Debug|Any CPU
{BA993DBE-92F1-425B-9BE0-971B6F3565E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA993DBE-92F1-425B-9BE0-971B6F3565E5}.Release|Any CPU.Build.0 = Release|Any CPU
{BA993DBE-92F1-425B-9BE0-971B6F3565E5}.Release|x64.ActiveCfg = Release|Any CPU
{BA993DBE-92F1-425B-9BE0-971B6F3565E5}.Release|x64.Build.0 = Release|Any CPU
{BA993DBE-92F1-425B-9BE0-971B6F3565E5}.Release|x86.ActiveCfg = Release|Any CPU
{BA993DBE-92F1-425B-9BE0-971B6F3565E5}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit 758ded8

Please sign in to comment.