[orca-list] Pronunciation dictionary is not working
- From: Hermann <meinelisten onlinehome de>
- To: orca-list gnome org
- Subject: [orca-list] Pronunciation dictionary is not working
- Date: Sun, 08 Mar 2009 17:51:33 +0100
Hi,
I customized a few characters in the pronunciation tab of Orca, but they
were not spoken as defined.
Here's the part of the user-settings.py that contain the entries:
# User customized pronunciation dictionary settings
#
import orca.pronunciation_dict
orca.pronunciation_dict.pronunciation_dict={}
orca.pronunciation_dict.setPronunciation('"', 'zitat')
orca.pronunciation_dict.setPronunciation('<', 'kleiner')
orca.pronunciation_dict.setPronunciation('>', 'groesser')
import orca.orca_state
try:
reload(orca.orca_state.orcaCustomizations)
except AttributeError:
try:
orca.orca_state.orcaCustomizations = __import__("orca-customizations")
except ImportError:
pass
What's wrong?
Hermann
--
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]