- [FEATURE] Add rake task to generate Markdown formatted prompt list for recording
- [FEATURE] Expose translator as a library class method (
AdhearsionI18n.t
) - [BUGFIX] Fix rake task that validates recording files to handle nested i18n keys
- [FEATURE] Add fallback config option to disable text fallback when audio prompts exist.
- Permit any 0.x version of i18n, particularly 0.7.0
- [BUGFIX] More widely acceptable default base path (full file:// URL)
- [FEATURE] More appropriate log level output and check for empty/broken i18n locales
- [FEATURE] Add rake task to validate that all defined audio prompts are found within Adhearsion application
- [FEATURE] Allow translation lookups to fallback if an adhearsion-i18n structure isn't found
- [FEATURE] Infer audio path from language
- [FEATURE] Allow setting per-call default language
- [FEATURE] Ignore missing string translations
- [FEATURE] Make audio path configurable
- First release: Adhearsion plugin for Internationalization based on Ruby I18n