mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 00:20:06 +02:00
Added eu_ES (Basque (Spain)) to supported languages
This commit is contained in:
parent
7b70aa08af
commit
b1d9be00e4
@ -13,6 +13,7 @@ de
|
||||
el
|
||||
es
|
||||
eu
|
||||
eu_ES
|
||||
fa
|
||||
fi
|
||||
fr
|
||||
|
@ -1257,6 +1257,7 @@
|
||||
5EA0182B1EC7B226001F2996 /* WaveTrackControls.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5EA018231EC7B226001F2996 /* WaveTrackControls.cpp */; };
|
||||
5EA0182C1EC7B226001F2996 /* WaveTrackUI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5EA018251EC7B226001F2996 /* WaveTrackUI.cpp */; };
|
||||
5EA0182D1EC7B226001F2996 /* WaveTrackVRulerControls.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5EA018261EC7B226001F2996 /* WaveTrackVRulerControls.cpp */; };
|
||||
5EBD243D1F74C50800132E0A /* eu_ES.po in Resources */ = {isa = PBXBuildFile; fileRef = 5EBD243C1F74C50800132E0A /* eu_ES.po */; };
|
||||
5EC7ED061E101C5C0052CAE2 /* NotYetAvailableException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5EC7ED041E101C5C0052CAE2 /* NotYetAvailableException.cpp */; };
|
||||
5ED1D0AD1CDE55BD00471E3C /* Overlay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5ED1D0A91CDE55BD00471E3C /* Overlay.cpp */; };
|
||||
5ED1D0AE1CDE55BD00471E3C /* OverlayPanel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5ED1D0AB1CDE55BD00471E3C /* OverlayPanel.cpp */; };
|
||||
@ -3143,6 +3144,7 @@
|
||||
5EA018261EC7B226001F2996 /* WaveTrackVRulerControls.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WaveTrackVRulerControls.cpp; sourceTree = "<group>"; };
|
||||
5EA018271EC7B226001F2996 /* WaveTrackVRulerControls.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WaveTrackVRulerControls.h; sourceTree = "<group>"; };
|
||||
5EB9EA281D5B81270050AF40 /* ImportForwards.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImportForwards.h; sourceTree = "<group>"; };
|
||||
5EBD243C1F74C50800132E0A /* eu_ES.po */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = eu_ES.po; path = ../locale/eu_ES.po; sourceTree = "<group>"; };
|
||||
5EC7ED041E101C5C0052CAE2 /* NotYetAvailableException.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NotYetAvailableException.cpp; sourceTree = "<group>"; };
|
||||
5EC7ED051E101C5C0052CAE2 /* NotYetAvailableException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NotYetAvailableException.h; sourceTree = "<group>"; };
|
||||
5ECCE7651DE49834009900E9 /* AudacityException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AudacityException.h; sourceTree = "<group>"; };
|
||||
@ -5360,6 +5362,7 @@
|
||||
2888491E131B6CF500B59735 /* el.po */,
|
||||
2888491F131B6CF500B59735 /* es.po */,
|
||||
28884920131B6CF500B59735 /* eu.po */,
|
||||
5EBD243C1F74C50800132E0A /* eu_ES.po */,
|
||||
28884921131B6CF500B59735 /* fa.po */,
|
||||
28884922131B6CF500B59735 /* fi.po */,
|
||||
28884923131B6CF600B59735 /* fr.po */,
|
||||
@ -7086,6 +7089,7 @@
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
5EBD243D1F74C50800132E0A /* eu_ES.po in Resources */,
|
||||
174F73D0098D516D009CD6E0 /* Audacity.icns in Resources */,
|
||||
174F73D1098D516D009CD6E0 /* AudacityAIFF.icns in Resources */,
|
||||
174F73D2098D516D009CD6E0 /* AudacityAU.icns in Resources */,
|
||||
|
@ -149,6 +149,7 @@ void GetLanguages(wxArrayString &langCodes, wxArrayString &langNames)
|
||||
localLanguageName[wxT("en")] = wxT("English");
|
||||
localLanguageName[wxT("es")] = wxT("Espanol");
|
||||
localLanguageName[wxT("eu")] = wxT("Euskara");
|
||||
localLanguageName[wxT("eu_ES")] = wxT("Euskara (Espainiako)");
|
||||
localLanguageName[wxT("fa")] = wxT("Farsi");
|
||||
localLanguageName[wxT("fi")] = wxT("Suomi");
|
||||
localLanguageName[wxT("fr")] = wxT("Francais");
|
||||
|
@ -85,6 +85,7 @@ goto :EOF
|
||||
<msgfmt Include="..\..\..\locale\el.po" />
|
||||
<msgfmt Include="..\..\..\locale\es.po" />
|
||||
<msgfmt Include="..\..\..\locale\eu.po" />
|
||||
<msgfmt Include="..\..\..\locale\eu_ES.po" />
|
||||
<msgfmt Include="..\..\..\locale\fa.po" />
|
||||
<msgfmt Include="..\..\..\locale\fi.po" />
|
||||
<msgfmt Include="..\..\..\locale\fr.po" />
|
||||
|
@ -48,6 +48,9 @@
|
||||
<msgfmt Include="..\..\..\locale\eu.po">
|
||||
<Filter>Source Files</Filter>
|
||||
</msgfmt>
|
||||
<msgfmt Include="..\..\..\locale\eu_ES.po">
|
||||
<Filter>Source Files</Filter>
|
||||
</msgfmt>
|
||||
<msgfmt Include="..\..\..\locale\fa.po">
|
||||
<Filter>Source Files</Filter>
|
||||
</msgfmt>
|
||||
|
Loading…
x
Reference in New Issue
Block a user