Package com.transifex.txnative.cache
Interface TxTranslationsProvider
- All Known Implementing Classes:
TxDiskTranslationsProvider
public interface TxTranslationsProvider
An interface for classes that act as providers of translations (e.g. extracting them from a file)
-
Method Summary
Modifier and TypeMethodDescriptionReturns the translations from the provider.
-
Method Details
-
getTranslations
Returns the translations from the provider.- Returns:
- A
LocaleData.TranslationMap
object ornull
if an error occurred. The returned map can be empty if an error occurred.
-