feat: localisation with lyricist
This commit is contained in:
@@ -185,6 +185,20 @@ data class AppStrings(
|
||||
val routeHintHopsHeader : String,
|
||||
val routeHintHopFees : (ppm: Long, baseLabel: String) -> String,
|
||||
|
||||
// ── SendViewModel ─────────────────────────────────────────────────────────
|
||||
val sendVmLnurlAuthNotSupported : String,
|
||||
val sendVmUnrecognisedInput : String,
|
||||
val sendVmPaymentFailed : String,
|
||||
val sendVmCouldNotFetchInvoice : String,
|
||||
val sendVmCouldNotDecodeInvoice : String,
|
||||
val sendVmAuthFailed : (msg: CharSequence) -> String,
|
||||
val sendVmOnChainNotSupported : String,
|
||||
val sendVmChannelRequestNotSupported : String,
|
||||
val sendVmCouldNotResolveAddress : String,
|
||||
val sendVmEmptyResponse : String,
|
||||
val sendVmUnsupportedType : (tag: String) -> String,
|
||||
val sendVmPaymentFailedRescan : String,
|
||||
|
||||
// ── HistoryScreen ─────────────────────────────────────────────────────────
|
||||
val historyTitle : String,
|
||||
val historyClose : String,
|
||||
|
||||
Reference in New Issue
Block a user