From 5f1caf2660321ba92dea383ba06d88dd2d84eb6d Mon Sep 17 00:00:00 2001 From: Buklov Boris Vladimirovich <buklov@mail.ru> Date: Thu, 9 Apr 2009 20:15:43 +0000 Subject: [PATCH] Russian translate git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12968 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- conf/lang/ru/ru.xml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 conf/lang/ru/ru.xml diff --git a/conf/lang/ru/ru.xml b/conf/lang/ru/ru.xml new file mode 100644 index 0000000000..229b7dc7ff --- /dev/null +++ b/conf/lang/ru/ru.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<include> + <language name="ru" sound-path="$${base_dir}/sounds/ru/Nataly" tts-engine="cepstral" tts-voice="callie"> + <X-PRE-PROCESS cmd="include" data="demo/*.xml"/> <!-- Note: this now grabs whole subdir, previously grabbed only demo.xml --> + <!--voicemail_en_tts is purely implemented with tts, we have the files based one that is the default. --> + <X-PRE-PROCESS cmd="include" data="vm/sounds.xml"/> <!-- vm/tts.xml if you want to use tts and have cepstral --> + </language> +</include>