mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 16:15:48 +01:00
Added new Armenian translation by Aram Vardanyan to Windows and Linux builds. Still needs to be added to the Mac project file.
This commit is contained in:
@@ -22,6 +22,7 @@ he
|
|||||||
hi
|
hi
|
||||||
hr
|
hr
|
||||||
hu
|
hu
|
||||||
|
hy
|
||||||
id
|
id
|
||||||
it
|
it
|
||||||
ja
|
ja
|
||||||
|
|||||||
11379
locale/hy.po
Normal file
11379
locale/hy.po
Normal file
File diff suppressed because it is too large
Load Diff
@@ -128,6 +128,7 @@ void GetLanguages(wxArrayString &langCodes, wxArrayString &langNames)
|
|||||||
localLanguageName[wxT("hi")] = wxT("Hindi");
|
localLanguageName[wxT("hi")] = wxT("Hindi");
|
||||||
localLanguageName[wxT("hr")] = wxT("Croatian");
|
localLanguageName[wxT("hr")] = wxT("Croatian");
|
||||||
localLanguageName[wxT("hu")] = wxT("Magyar");
|
localLanguageName[wxT("hu")] = wxT("Magyar");
|
||||||
|
localLanguageName[wxT("hy")] = wxT("Armenian");
|
||||||
localLanguageName[wxT("id")] = wxT("Bahasa Indonesia"); // aka Indonesian
|
localLanguageName[wxT("id")] = wxT("Bahasa Indonesia"); // aka Indonesian
|
||||||
localLanguageName[wxT("it")] = wxT("Italiano");
|
localLanguageName[wxT("it")] = wxT("Italiano");
|
||||||
localLanguageName[wxT("ja")] = wxT("Nihongo");
|
localLanguageName[wxT("ja")] = wxT("Nihongo");
|
||||||
|
|||||||
@@ -167,6 +167,10 @@
|
|||||||
RelativePath="..\..\..\locale\hu.po"
|
RelativePath="..\..\..\locale\hu.po"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\locale\hy.po"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\locale\id.po"
|
RelativePath="..\..\..\locale\id.po"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -148,6 +148,7 @@ goto :EOF
|
|||||||
<msgfmt Include="..\..\..\locale\hi.po" />
|
<msgfmt Include="..\..\..\locale\hi.po" />
|
||||||
<msgfmt Include="..\..\..\locale\hr.po" />
|
<msgfmt Include="..\..\..\locale\hr.po" />
|
||||||
<msgfmt Include="..\..\..\locale\hu.po" />
|
<msgfmt Include="..\..\..\locale\hu.po" />
|
||||||
|
<msgfmt Include="..\..\..\locale\hy.po" />
|
||||||
<msgfmt Include="..\..\..\locale\id.po" />
|
<msgfmt Include="..\..\..\locale\id.po" />
|
||||||
<msgfmt Include="..\..\..\locale\it.po" />
|
<msgfmt Include="..\..\..\locale\it.po" />
|
||||||
<msgfmt Include="..\..\..\locale\ja.po" />
|
<msgfmt Include="..\..\..\locale\ja.po" />
|
||||||
|
|||||||
@@ -78,6 +78,9 @@
|
|||||||
<msgfmt Include="..\..\..\locale\hu.po">
|
<msgfmt Include="..\..\..\locale\hu.po">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</msgfmt>
|
</msgfmt>
|
||||||
|
<msgfmt Include="..\..\..\locale\hy.po">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</msgfmt>
|
||||||
<msgfmt Include="..\..\..\locale\id.po">
|
<msgfmt Include="..\..\..\locale\id.po">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</msgfmt>
|
</msgfmt>
|
||||||
|
|||||||
Reference in New Issue
Block a user