mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Implemented the different languages and added the ability to change cultures. #243
This commit is contained in:
parent
7a8d7e3f19
commit
2ec27dce90
11 changed files with 1217 additions and 0 deletions
|
@ -48,10 +48,17 @@
|
|||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="UI.da.resx" />
|
||||
<EmbeddedResource Include="UI.de.resx" />
|
||||
<EmbeddedResource Include="UI.es.resx" />
|
||||
<EmbeddedResource Include="UI.fr.resx" />
|
||||
<EmbeddedResource Include="UI.it.resx" />
|
||||
<EmbeddedResource Include="UI.pt.resx" />
|
||||
<EmbeddedResource Include="UI.resx">
|
||||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>UI.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="UI.sv.resx" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue