Remove the Danish translation from the build.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7636 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
2441f29ffd
commit
46b95db6c7
|
@ -62,7 +62,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<msgfmt Include="po/ar.po" />
|
<msgfmt Include="po/ar.po" />
|
||||||
<msgfmt Include="po/cs.po" />
|
<msgfmt Include="po/cs.po" />
|
||||||
<msgfmt Include="po/da.po" />
|
|
||||||
<msgfmt Include="po/de.po" />
|
<msgfmt Include="po/de.po" />
|
||||||
<msgfmt Include="po/el.po" />
|
<msgfmt Include="po/el.po" />
|
||||||
<msgfmt Include="po/en.po" />
|
<msgfmt Include="po/en.po" />
|
||||||
|
@ -87,7 +86,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="po/ar.po" />
|
<None Include="po/ar.po" />
|
||||||
<None Include="po/cs.po" />
|
<None Include="po/cs.po" />
|
||||||
<None Include="po/da.po" />
|
|
||||||
<None Include="po/de.po" />
|
<None Include="po/de.po" />
|
||||||
<None Include="po/el.po" />
|
<None Include="po/el.po" />
|
||||||
<CustomBuild Include="po/en.po">
|
<CustomBuild Include="po/en.po">
|
||||||
|
|
|
@ -53,7 +53,6 @@ static const wxLanguage langIds[] =
|
||||||
wxLANGUAGE_CHINESE_SIMPLIFIED,
|
wxLANGUAGE_CHINESE_SIMPLIFIED,
|
||||||
wxLANGUAGE_CHINESE_TRADITIONAL,
|
wxLANGUAGE_CHINESE_TRADITIONAL,
|
||||||
wxLANGUAGE_CZECH,
|
wxLANGUAGE_CZECH,
|
||||||
wxLANGUAGE_DANISH,
|
|
||||||
wxLANGUAGE_DUTCH,
|
wxLANGUAGE_DUTCH,
|
||||||
wxLANGUAGE_ENGLISH,
|
wxLANGUAGE_ENGLISH,
|
||||||
wxLANGUAGE_FRENCH,
|
wxLANGUAGE_FRENCH,
|
||||||
|
@ -292,7 +291,6 @@ void CConfigMain::InitializeGUILists()
|
||||||
arrayStringFor_InterfaceLang.Add(_("Chinese (Simplified)"));
|
arrayStringFor_InterfaceLang.Add(_("Chinese (Simplified)"));
|
||||||
arrayStringFor_InterfaceLang.Add(_("Chinese (Traditional)"));
|
arrayStringFor_InterfaceLang.Add(_("Chinese (Traditional)"));
|
||||||
arrayStringFor_InterfaceLang.Add(_("Czech"));
|
arrayStringFor_InterfaceLang.Add(_("Czech"));
|
||||||
arrayStringFor_InterfaceLang.Add(_("Danish"));
|
|
||||||
arrayStringFor_InterfaceLang.Add(_("Dutch"));
|
arrayStringFor_InterfaceLang.Add(_("Dutch"));
|
||||||
arrayStringFor_InterfaceLang.Add(_("English"));
|
arrayStringFor_InterfaceLang.Add(_("English"));
|
||||||
arrayStringFor_InterfaceLang.Add(_("French"));
|
arrayStringFor_InterfaceLang.Add(_("French"));
|
||||||
|
|
Loading…
Reference in New Issue