kinta-lib / com.dailymotion.kinta.integration.transifex / Transifex
Transifex
object Transifex
Properties
Name | Summary |
---|---|
MODE_ONLYTRANSLATED | val MODE_ONLYTRANSLATED: String |
Functions
Name | Summary |
---|---|
getLanguages | get the languages used in the given projectfun getLanguages(user: String ? = null, password: String ? = null, project: String ? = null): List < String > |
getTranslation | fun getTranslation(user: String ? = null, password: String ? = null, project: String ? = null, resource: String , lang: String , mode: String ? = null): String |
pushSource | fun pushSource(user: String ? = null, password: String ? = null, project: String ? = null, resource: String , content: String ): Unit |
pushTranslation | fun pushTranslation(user: String ? = null, password: String ? = null, project: String ? = null, resource: String , lang: String , content: String ): Unit |
service | fun service(user: String ?, password: String ?): TransifexService |