Skip to content

Commit

Permalink
Add extra languages
Browse files Browse the repository at this point in the history
  • Loading branch information
TriggerAu committed Feb 6, 2018
1 parent d227c34 commit 6be497c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VSToolsForKSP/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.6.0")]
[assembly: AssemblyFileVersion("2.0.6.0")]
[assembly: AssemblyVersion("2.0.7.0")]
[assembly: AssemblyFileVersion("2.0.7.0")]
2 changes: 1 addition & 1 deletion VSToolsForKSP/Settings/LocalizerProjectSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public LocalizerProjectSettings()
IDType = IDTypeEnum.ProjectBased;
NextProjectID = 1000000;
BaseCfgFile = "refactor.cfg";
LanguageCodes = "en-us,es-es,ja,ru,zh-cn";
LanguageCodes = "en-us,es-es,ja,ru,zh-cn,de-de,fr-fr,it-it,pt-br";
UseMultiCfgFiles = false;
MultiCfgFile = "refactor_{LANGCODE}.cfg";
addLanguageCodePrefixToMultiFiles = true;
Expand Down
2 changes: 1 addition & 1 deletion VSToolsForKSP/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="VSToolsForKSP.David Tregoning.09061f8a-f2aa-4230-b5ee-4db6a87d96f5" Version="2.0.6" Language="en-US" Publisher="David Tregoning" />
<Identity Id="VSToolsForKSP.David Tregoning.09061f8a-f2aa-4230-b5ee-4db6a87d96f5" Version="2.0.7" Language="en-US" Publisher="David Tregoning" />
<DisplayName>Visual Studio Tools for KSP</DisplayName>
<Description xml:space="preserve">Visual Studio Tools for KSP Development</Description>
<MoreInfo>https://github.com/TriggerAu/VSToolsForKSP</MoreInfo>
Expand Down

0 comments on commit 6be497c

Please sign in to comment.