diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-07-11 13:52:14 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-07-11 18:28:54 +0000 |
commit | aa20b6af7a860bc40662e141c12fec098048b8c0 (patch) | |
tree | 95a9fcdf85325054d4760cf4f7ecfdd63052e713 /tools/builds.pm | |
parent | b546d9d172bfca7f050e40244cd5d6f0fbd96c90 (diff) |
voice: Two more fixes.
Change-Id: I5aaf10c588f4396e61942b8fcd6c62c792ea175b
Diffstat (limited to 'tools/builds.pm')
-rw-r--r-- | tools/builds.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builds.pm b/tools/builds.pm index 776f807f9d..f6bb1a80fd 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -526,6 +526,7 @@ sub allbuilds { 'gtts' => '-l en-gb', }, }, + # Everything else in alphabetical order 'deutsch' => { 'lang' => 'deutsch', 'name' => 'Deutsch (German)', @@ -536,7 +537,6 @@ sub allbuilds { 'gtts' => '-l de', }, }, - # Everything else in alphabetical order 'english-us' => { 'lang' => 'english-us', 'name' => 'American English', |