mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-07-11 01:24:22 +02:00
Add Serbian translations thanks to nikolassj. They are not very complete though.
Update most of the other translations thanks to the dolphin translation team. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7276 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@@ -76,8 +76,9 @@
|
||||
<msgfmt Include="nl.po" />
|
||||
<msgfmt Include="pl.po" />
|
||||
<msgfmt Include="pt_BR.po" />
|
||||
<msgfmt Include="pt.po" />
|
||||
<msgfmt Include="pt.po" />
|
||||
<msgfmt Include="ru.po" />
|
||||
<msgfmt Include="sr.po" />
|
||||
<msgfmt Include="tr.po" />
|
||||
<msgfmt Include="zh_CN.po" />
|
||||
<msgfmt Include="zh_TW.po" />
|
||||
@@ -101,9 +102,10 @@
|
||||
<None Include="nl.po" />
|
||||
<None Include="pl.po" />
|
||||
<None Include="pt_BR.po" />
|
||||
<None Include="pt.po" />
|
||||
<None Include="pt.po" />
|
||||
<None Include="ru.po" />
|
||||
<None Include="tr.po" />
|
||||
<None Include="sr.po" />
|
||||
<None Include="zh_CN.po" />
|
||||
<None Include="zh_TW.po" />
|
||||
</ItemGroup>
|
||||
|
||||
+597
-597
File diff suppressed because it is too large
Load Diff
+564
-575
File diff suppressed because it is too large
Load Diff
+586
-576
File diff suppressed because it is too large
Load Diff
+564
-575
File diff suppressed because it is too large
Load Diff
+613
-611
File diff suppressed because it is too large
Load Diff
+564
-575
File diff suppressed because it is too large
Load Diff
+860
-887
File diff suppressed because it is too large
Load Diff
+605
-606
File diff suppressed because it is too large
Load Diff
+564
-575
File diff suppressed because it is too large
Load Diff
+599
-599
File diff suppressed because it is too large
Load Diff
+586
-576
File diff suppressed because it is too large
Load Diff
+964
-905
File diff suppressed because it is too large
Load Diff
+600
-601
File diff suppressed because it is too large
Load Diff
+582
-575
File diff suppressed because it is too large
Load Diff
+884
-953
File diff suppressed because it is too large
Load Diff
+715
-755
File diff suppressed because it is too large
Load Diff
+697
-693
File diff suppressed because it is too large
Load Diff
+582
-575
File diff suppressed because it is too large
Load Diff
+580
-576
File diff suppressed because it is too large
Load Diff
+4813
File diff suppressed because it is too large
Load Diff
+604
-605
File diff suppressed because it is too large
Load Diff
+586
-576
File diff suppressed because it is too large
Load Diff
+609
-610
File diff suppressed because it is too large
Load Diff
@@ -70,6 +70,7 @@ static const wxLanguage langIds[] =
|
||||
wxLANGUAGE_PORTUGUESE,
|
||||
wxLANGUAGE_PORTUGUESE_BRAZILIAN,
|
||||
wxLANGUAGE_RUSSIAN,
|
||||
wxLANGUAGE_SERBIAN,
|
||||
wxLANGUAGE_SPANISH,
|
||||
wxLANGUAGE_TURKISH,
|
||||
};
|
||||
@@ -340,6 +341,7 @@ void CConfigMain::InitializeGUILists()
|
||||
arrayStringFor_InterfaceLang.Add(_("Portuguese"));
|
||||
arrayStringFor_InterfaceLang.Add(_("Portuguese (Brazilian)"));
|
||||
arrayStringFor_InterfaceLang.Add(_("Russian"));
|
||||
arrayStringFor_InterfaceLang.Add(_("Serbian"));
|
||||
arrayStringFor_InterfaceLang.Add(_("Spanish"));
|
||||
arrayStringFor_InterfaceLang.Add(_("Turkish"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user