|
|
|
@ -145,6 +145,9 @@ enum class LiveData : Localizable { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Return the new entity title |
|
|
|
|
|
|
|
*/ |
|
|
|
fun newEntityLocalizedTitle(context: Context): String { |
|
|
|
fun newEntityLocalizedTitle(context: Context): String { |
|
|
|
return "${context.getString(R.string.new_entity)} ${this.localizedTitle(context)}" |
|
|
|
return "${context.getString(R.string.new_entity)} ${this.localizedTitle(context)}" |
|
|
|
} |
|
|
|
} |
|
|
|
|