1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02: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:
windinthew@gmail.com 2014-11-22 16:59:02 +00:00
parent 72b6de9edf
commit 5bffe9cecf
6 changed files with 11389 additions and 0 deletions

View File

@ -22,6 +22,7 @@ he
hi
hr
hu
hy
id
it
ja

11379
locale/hy.po Normal file

File diff suppressed because it is too large Load Diff

View File

@ -128,6 +128,7 @@ void GetLanguages(wxArrayString &langCodes, wxArrayString &langNames)
localLanguageName[wxT("hi")] = wxT("Hindi");
localLanguageName[wxT("hr")] = wxT("Croatian");
localLanguageName[wxT("hu")] = wxT("Magyar");
localLanguageName[wxT("hy")] = wxT("Armenian");
localLanguageName[wxT("id")] = wxT("Bahasa Indonesia"); // aka Indonesian
localLanguageName[wxT("it")] = wxT("Italiano");
localLanguageName[wxT("ja")] = wxT("Nihongo");

View File

@ -167,6 +167,10 @@
RelativePath="..\..\..\locale\hu.po"
>
</File>
<File
RelativePath="..\..\..\locale\hy.po"
>
</File>
<File
RelativePath="..\..\..\locale\id.po"
>

View File

@ -148,6 +148,7 @@ goto :EOF
<msgfmt Include="..\..\..\locale\hi.po" />
<msgfmt Include="..\..\..\locale\hr.po" />
<msgfmt Include="..\..\..\locale\hu.po" />
<msgfmt Include="..\..\..\locale\hy.po" />
<msgfmt Include="..\..\..\locale\id.po" />
<msgfmt Include="..\..\..\locale\it.po" />
<msgfmt Include="..\..\..\locale\ja.po" />

View File

@ -78,6 +78,9 @@
<msgfmt Include="..\..\..\locale\hu.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\hy.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\id.po">
<Filter>Source Files</Filter>
</msgfmt>