feat: localisation with lyricist

This commit is contained in:
2026-06-06 01:50:29 +02:00
parent 50d952b4d7
commit 8ef2d80901
9 changed files with 257 additions and 128 deletions
@@ -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,