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:
parent
72b6de9edf
commit
5bffe9cecf
@ -22,6 +22,7 @@ he
|
||||
hi
|
||||
hr
|
||||
hu
|
||||
hy
|
||||
id
|
||||
it
|
||||
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("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");
|
||||
|
@ -167,6 +167,10 @@
|
||||
RelativePath="..\..\..\locale\hu.po"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\locale\hy.po"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\locale\id.po"
|
||||
>
|
||||
|
@ -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" />
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user