Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2012-07-22 20:55:25 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-07-22 20:55:25 (GMT)
commit7abb8b27a05dfc2bdfe910c7eabddf2509b95e51 (patch)
tree45acdd7e14f5805103c3da620f3ebaa8131bd84c
parent2ba5c5514955cdd87308b2f67d3d329944e714c3 (diff)
changing voices names SL#3773
-rw-r--r--voice.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/voice.py b/voice.py
index 7997354..c537b10 100644
--- a/voice.py
+++ b/voice.py
@@ -34,7 +34,7 @@ import espeak
# If espeak actually has new or different names then they won't get translated, but they
# should still show up in the interface.
expectedVoiceNames = [
- _("Brazil"),
+ _("Portuguese (Brazil)"),
_("Swedish"),
_("Icelandic"),
_("Romanian"),
@@ -54,11 +54,11 @@ expectedVoiceNames = [
_("Cantonese"),
_("Scottish"),
_("Greek"),
- _("Vietnam"),
+ _("Vietnamese"),
_("English"),
_("Lancashire"),
_("Italian"),
- _("Portugal"),
+ _("Portuguese"),
_("German"),
_("Whisper"),
_("Croatian"),