MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.project.persistence.dao/RecentProjectDao/getByName

getByName

[jvm]
abstract suspend fun getByName(value: String): RecentProjectModel?

Get a recent project by name.

Return

RecentProjectModel or null

Parameters

jvm

   
value name of the project