Dictionary
Dictionary for translation
Constructor Summary
| Public Constructor | ||
| public |
constructor(translations: Object) Dictionary |
|
Member Summary
| Public Members | ||
| public |
Default language |
|
| public |
Dictionary store |
|
Method Summary
| Public Methods | ||
| public |
addTranslation(sourceText: string, translatedText: string, language: string) Add translation pair to dictionary |
|
| public |
addTranslations(translations: Object) Add translations to dictionary |
|
| public |
Translate phrase |
|
