Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 8c4cfe6

Browse files
committed
Merge pull request #75 from github/shana/localization
Localization
2 parents 7e40aca + 00faa37 commit 8c4cfe6

33 files changed

+1468
-397
lines changed

src/GitHub.App/GitHub.App.csproj

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,13 @@
128128
<Compile Include="Extensions\EnvironmentExtensions.cs" />
129129
<Compile Include="Extensions\RepositoryModelExtensions.cs" />
130130
<Compile Include="Extensions\ValidationExtensions.cs" />
131+
<Compile Include="GlobalSuppressions.cs" />
131132
<Compile Include="Infrastructure\LoggingConfiguration.cs" />
133+
<Compile Include="Resources.Designer.cs">
134+
<AutoGen>True</AutoGen>
135+
<DesignTime>True</DesignTime>
136+
<DependentUpon>Resources.resx</DependentUpon>
137+
</Compile>
132138
<Compile Include="Services\AvatarProvider.cs" />
133139
<Compile Include="Services\ImageDownloader.cs" />
134140
<Compile Include="Services\GitClient.cs" />
@@ -155,7 +161,6 @@
155161
<Compile Include="Caches\LoginCache.cs" />
156162
<Compile Include="Caches\SharedCache.cs" />
157163
<Compile Include="Factories\SqlitePersistentBlobCacheFactory.cs" />
158-
<Compile Include="GlobalSuppressions.cs" />
159164
<Compile Include="Info\GitHubUrls.cs" />
160165
<Compile Include="Infrastructure\ExportWrappers.cs" />
161166
<Compile Include="Models\Account.cs" />
@@ -263,6 +268,12 @@
263268
<Name>Rothko</Name>
264269
</ProjectReference>
265270
</ItemGroup>
271+
<ItemGroup>
272+
<EmbeddedResource Include="Resources.resx">
273+
<Generator>PublicResXFileCodeGenerator</Generator>
274+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
275+
</EmbeddedResource>
276+
</ItemGroup>
266277
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
267278
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
268279
<PropertyGroup>
-534 Bytes
Binary file not shown.

src/GitHub.App/Resources.Designer.cs

Lines changed: 288 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)