Skip to content

Commit

Permalink
Renaming translation.json to lang.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Keys committed Apr 12, 2021
1 parent 2f7815a commit 075dfbd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Installers/wiinupro_installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescrip

[Files]
Source: "..\WiinUPro\bin\Release\WiinUPro.exe"; DestDir: "{app}"; Components: main; Flags: ignoreversion
Source: "..\WiinUPro\bin\Release\translation.json"; DestDir: "{app}"; Components: main; Flags: ignoreversion
Source: "..\WiinUPro\bin\Release\lang.json"; DestDir: "{app}"; Components: main; Flags: ignoreversion
Source: "..\WiinUPro\bin\Release\Nintroller.dll"; DestDir: "{app}"; Components: main; Flags: ignoreversion
Source: "..\WiinUPro\bin\Release\Newtonsoft.Json.dll"; DestDir: "{app}"; Components: main; Flags: ignoreversion
Source: "..\WiinUPro\bin\Release\InputManager.dll"; DestDir: "{app}"; Components: main; Flags: ignoreversion
Expand Down
2 changes: 1 addition & 1 deletion WiinUPro/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static bool IsDesignMode
}
}

const string GLOBALIZATION_DATA_PATH = "./translation.json";
const string GLOBALIZATION_DATA_PATH = "./lang.json";

internal const string PROFILE_FILTER = "WiinUPro Profile|*.wup";
internal const string JOY_CAL_FILTER = "Joystick Calibration|*.joy";
Expand Down
2 changes: 1 addition & 1 deletion WiinUPro/WiinUPro.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<AppDesigner Include="Properties\" />
<None Include="translation.json">
<None Include="lang.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down
File renamed without changes.

0 comments on commit 075dfbd

Please sign in to comment.