From 92a1b3dd3f8bc556010f62e9f04f171936e38b7c Mon Sep 17 00:00:00 2001 From: Mafoo Date: Mon, 14 Aug 2017 21:57:50 +0100 Subject: [PATCH] Enhance - number translation (#2780) couple of new profiles based on feedback --- .../switch/conf/number_translation/strip_nondigits.xml | 4 ++++ .../switch/conf/number_translation/strip_symbols.xml | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 app/number_translation/resources/switch/conf/number_translation/strip_nondigits.xml create mode 100644 app/number_translation/resources/switch/conf/number_translation/strip_symbols.xml diff --git a/app/number_translation/resources/switch/conf/number_translation/strip_nondigits.xml b/app/number_translation/resources/switch/conf/number_translation/strip_nondigits.xml new file mode 100644 index 0000000000..b73cfcbe9f --- /dev/null +++ b/app/number_translation/resources/switch/conf/number_translation/strip_nondigits.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/app/number_translation/resources/switch/conf/number_translation/strip_symbols.xml b/app/number_translation/resources/switch/conf/number_translation/strip_symbols.xml new file mode 100644 index 0000000000..1041825485 --- /dev/null +++ b/app/number_translation/resources/switch/conf/number_translation/strip_symbols.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file