mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
83eed62449
Save wxLanguage enumeration value in ini file so that users are not surprised when a language is added and dolphin-emu is suddenly translated in a different language. Update Spanish, Korean, and Simplified Chinese translations. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6804 8ced0084-cf51-0410-be5f-012b33b47a6e
34 lines
887 B
XML
34 lines
887 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<VisualStudioToolFile
|
|
Name="Message Compiler"
|
|
Version="8.00"
|
|
>
|
|
<Rules>
|
|
<CustomBuildRule
|
|
Name="msgfmt"
|
|
DisplayName="Compile Locale"
|
|
CommandLine="..\Externals\gettext\msgfmt [AllOptions] [AdditionalOptions] [inputs]"
|
|
Outputs="[$OutputName]"
|
|
FileExtensions="*.po"
|
|
ExecutionDescription="Compiling $(InputName) locale"
|
|
>
|
|
<Properties>
|
|
<StringProperty
|
|
Name="OutputName"
|
|
DisplayName="Output File"
|
|
Description="Specifies a name to override the default file name"
|
|
Switch="-o "[value]""
|
|
DefaultValue="$(OutDir)\Languages\$(InputName)\dolphin-emu.mo"
|
|
Delimited="true"
|
|
/>
|
|
<BooleanProperty
|
|
Name="Verbose"
|
|
DisplayName="Verbose"
|
|
Description="Increase verbosity level"
|
|
Switch="-v"
|
|
/>
|
|
</Properties>
|
|
</CustomBuildRule>
|
|
</Rules>
|
|
</VisualStudioToolFile>
|