Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
3f992435
提交
3f992435
authored
6月 29, 2017
作者:
Italo Rossi
提交者:
Mike Jerris
7月 11, 2017
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
FS-10444 [vanilla config/languages] Adding phrases and macros tag to languages es, pt and sv
上级
71b3ef44
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
39 行增加
和
19 行删除
+39
-19
es_ES.xml
conf/vanilla/lang/es/es_ES.xml
+8
-4
es_MX.xml
conf/vanilla/lang/es/es_MX.xml
+8
-4
pt_BR.xml
conf/vanilla/lang/pt/pt_BR.xml
+8
-4
pt_PT.xml
conf/vanilla/lang/pt/pt_PT.xml
+8
-4
sv.xml
conf/vanilla/lang/sv/sv.xml
+7
-3
没有找到文件。
conf/vanilla/lang/es/es_ES.xml
浏览文件 @
3f992435
<include>
<language
name=
"es"
sound-path=
"$${sounds_dir}/es/ES/cristina"
tts-engine=
"cepstral"
tts-voice=
"marta"
>
<X-PRE-PROCESS
cmd=
"include"
data=
"demo/*-es-ES.xml"
/>
<!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
<!--voicemail_es_ES_tts is purely implemented with tts, we have the files based one that is the default. -->
<X-PRE-PROCESS
cmd=
"include"
data=
"vm/sounds-es-ES.xml"
/>
<!-- vm/tts.xml if you want to use tts and have cepstral -->
<X-PRE-PROCESS
cmd=
"include"
data=
"dir/sounds-es-ES.xml"
/>
<!-- dir/tts.xml if you want to use tts and have cepstral -->
<phrases>
<macros>
<X-PRE-PROCESS
cmd=
"include"
data=
"demo/*-es-ES.xml"
/>
<!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
<!--voicemail_es_ES_tts is purely implemented with tts, we have the files based one that is the default. -->
<X-PRE-PROCESS
cmd=
"include"
data=
"vm/sounds-es-ES.xml"
/>
<!-- vm/tts.xml if you want to use tts and have cepstral -->
<X-PRE-PROCESS
cmd=
"include"
data=
"dir/sounds-es-ES.xml"
/>
<!-- dir/tts.xml if you want to use tts and have cepstral -->
</macros>
</phrases>
</language>
</include>
conf/vanilla/lang/es/es_MX.xml
浏览文件 @
3f992435
<include>
<language
name=
"es"
sound-path=
"$${sounds_dir}/es/mx/maria"
tts-engine=
"cepstral"
tts-voice=
"marta"
>
<X-PRE-PROCESS
cmd=
"include"
data=
"demo/*-es-MX.xml"
/>
<!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
<!--voicemail_es_MX_tts is purely implemented with tts, we have the files based one that is the default. -->
<X-PRE-PROCESS
cmd=
"include"
data=
"vm/sounds-es-MX.xml"
/>
<!-- vm/tts.xml if you want to use tts and have cepstral -->
<X-PRE-PROCESS
cmd=
"include"
data=
"dir/sounds-es-MX.xml"
/>
<!-- dir/tts.xml if you want to use tts and have cepstral -->
<phrases>
<macros>
<X-PRE-PROCESS
cmd=
"include"
data=
"demo/*-es-MX.xml"
/>
<!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
<!--voicemail_es_MX_tts is purely implemented with tts, we have the files based one that is the default. -->
<X-PRE-PROCESS
cmd=
"include"
data=
"vm/sounds-es-MX.xml"
/>
<!-- vm/tts.xml if you want to use tts and have cepstral -->
<X-PRE-PROCESS
cmd=
"include"
data=
"dir/sounds-es-MX.xml"
/>
<!-- dir/tts.xml if you want to use tts and have cepstral -->
</macros>
</phrases>
</language>
</include>
conf/vanilla/lang/pt/pt_BR.xml
浏览文件 @
3f992435
<include>
<language
name=
"pt"
sound-path=
"$${sounds_dir}/pt/BR/karina"
tts-engine=
"cepstral"
tts-voice=
"marta"
>
<X-PRE-PROCESS
cmd=
"include"
data=
"demo/*-pt-BR.xml"
/>
<!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
<!--voicemail_pt_BR_tts is purely implemented with tts, we have the files based one that is the default. -->
<X-PRE-PROCESS
cmd=
"include"
data=
"vm/sounds-pt-BR.xml"
/>
<!-- vm/tts.xml if you want to use tts and have cepstral -->
<X-PRE-PROCESS
cmd=
"include"
data=
"dir/sounds-pt-BR.xml"
/>
<!-- dir/tts.xml if you want to use tts and have cepstral -->
<phrases>
<macros>
<X-PRE-PROCESS
cmd=
"include"
data=
"demo/*-pt-BR.xml"
/>
<!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
<!--voicemail_pt_BR_tts is purely implemented with tts, we have the files based one that is the default. -->
<X-PRE-PROCESS
cmd=
"include"
data=
"vm/sounds-pt-BR.xml"
/>
<!-- vm/tts.xml if you want to use tts and have cepstral -->
<X-PRE-PROCESS
cmd=
"include"
data=
"dir/sounds-pt-BR.xml"
/>
<!-- dir/tts.xml if you want to use tts and have cepstral -->
</macros>
</phrases>
</language>
</include>
conf/vanilla/lang/pt/pt_PT.xml
浏览文件 @
3f992435
<include>
<language
name=
"pt"
sound-path=
"$${sounds_dir}/pt/PT/karina"
tts-engine=
"cepstral"
tts-voice=
"marta"
>
<X-PRE-PROCESS
cmd=
"include"
data=
"demo/*-pt-PT.xml"
/>
<!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
<!--voicemail_pt_PT_tts is purely implemented with tts, we have the files based one that is the default. -->
<X-PRE-PROCESS
cmd=
"include"
data=
"vm/sounds-pt-PT.xml"
/>
<!-- vm/tts.xml if you want to use tts and have cepstral -->
<X-PRE-PROCESS
cmd=
"include"
data=
"dir/sounds-pt-PT.xml"
/>
<!-- dir/tts.xml if you want to use tts and have cepstral -->
<phrases>
<macros>
<X-PRE-PROCESS
cmd=
"include"
data=
"demo/*-pt-PT.xml"
/>
<!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
<!--voicemail_pt_PT_tts is purely implemented with tts, we have the files based one that is the default. -->
<X-PRE-PROCESS
cmd=
"include"
data=
"vm/sounds-pt-PT.xml"
/>
<!-- vm/tts.xml if you want to use tts and have cepstral -->
<X-PRE-PROCESS
cmd=
"include"
data=
"dir/sounds-pt-PT.xml"
/>
<!-- dir/tts.xml if you want to use tts and have cepstral -->
</macros>
</phrases>
</language>
</include>
conf/vanilla/lang/sv/sv.xml
浏览文件 @
3f992435
<include>
<language
name=
"sv"
sound-path=
"$${sounds_dir}/sv/se/jakob"
tts-engine=
""
tts-voice=
""
>
<X-PRE-PROCESS
cmd=
"include"
data=
"ivr/*.xml"
/>
<!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
<X-PRE-PROCESS
cmd=
"include"
data=
"vm/sounds.xml"
/>
<!--voicemail is purely implemented with files based one that is the default. -->
<phrases>
<macros>
<X-PRE-PROCESS
cmd=
"include"
data=
"ivr/*.xml"
/>
<!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
<X-PRE-PROCESS
cmd=
"include"
data=
"vm/sounds.xml"
/>
<!--voicemail is purely implemented with files based one that is the default. -->
</macros>
</phrases>
</language>
</include>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论