From e8257580c63244c784b57ee917919f9ea23c40ec Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 22 Jul 2024 20:23:59 -0400 Subject: voices: Add Korean (using espeak-ng) to the nightly voice build set Change-Id: I8dd3db1fa571353e8a3c06fb6db0d8205530bfd5 --- apps/lang/korean.lang | 8 ++++---- tools/builds.pm | 11 +++++++++++ 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/apps/lang/korean.lang b/apps/lang/korean.lang index bfdf4849f2..35ba2e1e67 100644 --- a/apps/lang/korean.lang +++ b/apps/lang/korean.lang @@ -5979,15 +5979,15 @@ *: none - hibylinux: "USB:" - multivolume: "HD1:" + hibylinux: "~USB:" + multivolume: "~HD1:" sansac200*,sansaclipplus,sansae200*,sansafuze*: "마이크로SD:" xduoox3: "마이크로SD2:" *: none - hibylinux: "U S B" - multivolume: "H D 1" + hibylinux: "~U S B" + multivolume: "~H D 1" sansac200*,sansaclipplus,sansae200*,sansafuze*: "마이크로 S D" xduoox3: "마이크로 S D 2" diff --git a/tools/builds.pm b/tools/builds.pm index a2abe2a9b3..de016bbb04 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -740,6 +740,17 @@ sub simbuilds { }, 'enabled' => 1, }, + 'korean' => { # + 'lang' => 'korean', + 'name' => '한국어 (Korean)', + 'short' => 'ko_KR', + 'defengine' => 'espeak', + 'engines' => { + 'espeak' => '-vko', + 'gtts' => '-l ko', + }, + 'enabled' => 1, + }, 'nederlands' => { 'lang' => 'nederlands', 'name' => 'Nederlands (Dutch)', -- cgit v1.2.3