# 3-letter language code as used in user dictionaries

[header]
language = SWS
charset = utf-8

[data]
#
# replace slash with 100ms pause to avoid slash being read out literally (Bug JIRA: GI-704)
!(\D\d+)\/(\D\d+)!    -->   " $1 \\pause=100\\ $2 "
!(\D[-]\d+)\/(\D\d+)!    -->   " $1 \\pause=100\\ $2 "
!(\D\d+)\/(\d+)!    -->   " $1 \\pause=100\\ $2 "
!(\D[-]\d+)\/(\d+)!    -->   " $1 \\pause=100\\ $2 "
!(\D\d+)\/(\D[-]\d+)!    -->   " $1 \\pause=100\\ $2 "
!(\D[-]\d+)\/(\D[-]\d+)!    -->   " $1 \\pause=100\\ $2 "
#
# avoid '.' at the end when an audio file is inserted
!(audio=\".*\"\\)+(\.)! --> "$1"
#
# Correct pronunciation of decimal numbers using 1
!\b1\.1\b!   -->   "en komma \x1b\\pause=10\\ \x1b/+\'en\x1b/+ \x1b\\pause=10\\"
!(\b\d)\.1\b!   -->   "$1 komma \x1b\\pause=10\\ \x1b/+\'en\x1b/+ \x1b\\pause=10\\"
!\b1\.(\d+\b)!   -->   "en komma $1"
#
