summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/lang/korean.lang8
-rw-r--r--tools/builds.pm11
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 @@
5979 </source> 5979 </source>
5980 <dest> 5980 <dest>
5981 *: none 5981 *: none
5982 hibylinux: "USB:" 5982 hibylinux: "~USB:"
5983 multivolume: "HD1:" 5983 multivolume: "~HD1:"
5984 sansac200*,sansaclipplus,sansae200*,sansafuze*: "마이크로SD:" 5984 sansac200*,sansaclipplus,sansae200*,sansafuze*: "마이크로SD:"
5985 xduoox3: "마이크로SD2:" 5985 xduoox3: "마이크로SD2:"
5986 </dest> 5986 </dest>
5987 <voice> 5987 <voice>
5988 *: none 5988 *: none
5989 hibylinux: "U S B" 5989 hibylinux: "~U S B"
5990 multivolume: "H D 1" 5990 multivolume: "~H D 1"
5991 sansac200*,sansaclipplus,sansae200*,sansafuze*: "마이크로 S D" 5991 sansac200*,sansaclipplus,sansae200*,sansafuze*: "마이크로 S D"
5992 xduoox3: "마이크로 S D 2" 5992 xduoox3: "마이크로 S D 2"
5993 </voice> 5993 </voice>
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 {
740 }, 740 },
741 'enabled' => 1, 741 'enabled' => 1,
742 }, 742 },
743 'korean' => { #
744 'lang' => 'korean',
745 'name' => '한국어 (Korean)',
746 'short' => 'ko_KR',
747 'defengine' => 'espeak',
748 'engines' => {
749 'espeak' => '-vko',
750 'gtts' => '-l ko',
751 },
752 'enabled' => 1,
753 },
743 'nederlands' => { 754 'nederlands' => {
744 'lang' => 'nederlands', 755 'lang' => 'nederlands',
745 'name' => 'Nederlands (Dutch)', 756 'name' => 'Nederlands (Dutch)',