README.TXT 1.1 KB

123456789101112131415161718192021222324
  1. What are these files?
  2. These files outline the various phrases used in the mod_say_xx.c modules.
  3. Most of these will require matching mod_say_xx.c files to actually use along
  4. with the recorded sound files in the various languages. phrase.pl can be used
  5. to automatically generate or verify all the files exist for a particular
  6. language. If you are capable of recording each language please do so and
  7. contribute them to the project. As phrases are added, the files will need to be
  8. updated for the respective phrase_xx.xml file.
  9. make_checks.sh - script to compare phrase_en.xml with other language xml files.
  10. Script output contains prompt elements with attributes:
  11. translated - value 'false' or not displayed;
  12. translated-to - translation value if exists;
  13. more-then-one-translation - displayed if exist two or more for given wav file.
  14. How can you contribute?
  15. You can contribute via patches posted to the mailing list or at
  16. https://freeswitch.org/jira, if possible please record the sound files
  17. for testing. We also need voicemail_xx.xml macros updated for each language.
  18. Thanks,
  19. Brian West
  20. FreeSWITCH.org