From 7c813a79d0598c6a56c29307231c7c170f3e73b4 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 3 May 2025 11:13:09 -0400 Subject: [PATCH] builds: Use consistent formatting for language codes in voice list. ...strictly speaking, what we use isn't correct (eg we should use es_MX instead of es-mx) but the latter is clearer on the download page. Change-Id: Ia1a21c4259826ca2a0f6755df1cb3db94e4a50b3 --- tools/builds.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/builds.pm b/tools/builds.pm index 7d504261db..aef91b5b3e 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -620,7 +620,7 @@ sub simbuilds { 'chinese-simp' => { # Mandarin? 'lang' => 'chinese-simp', 'name' => '简体中文 (Chinese Simplified)', - 'short' => 'zh_cn', + 'short' => 'zh-cn', 'defengine' => 'piper', 'engines' => { 'espeak' => '-vzh', @@ -812,7 +812,7 @@ sub simbuilds { 'moldoveneste' => { 'lang' => 'moldoveneste', 'name' => 'Moldovenească (Moldavian)', - 'short' => 'ro_MD', + 'short' => 'ro-md', 'defengine' => 'piper', 'engines' => { 'espeak' => '-vro',