enhancement: show relative days
This commit is contained in:
@@ -55,6 +55,8 @@ val EnHomeStrings = AppStrings(
|
||||
details = "Details",
|
||||
enterValidAmount = "Enter a valid amount",
|
||||
satsUnit = { sats -> "$sats sats" },
|
||||
today = "today",
|
||||
yesterday = "yesterday",
|
||||
|
||||
// ── SendScreen — general ──────────────────────────────────────────────────
|
||||
send = "Send",
|
||||
|
||||
@@ -55,6 +55,8 @@ val EsHomeStrings = AppStrings(
|
||||
details = "Detalles",
|
||||
enterValidAmount = "Introduce una cantidad válida",
|
||||
satsUnit = { sats -> "$sats sats" },
|
||||
today = "hoy",
|
||||
yesterday = "ayer",
|
||||
|
||||
// ── SendScreen — general ──────────────────────────────────────────────────
|
||||
send = "Enviar",
|
||||
|
||||
@@ -54,6 +54,8 @@ val EuStrings = AppStrings(
|
||||
details = "Xehetasunak",
|
||||
enterValidAmount = "Sartu zenbateko baliogarri bat",
|
||||
satsUnit = { sats -> "$sats sat" },
|
||||
today = "gaur",
|
||||
yesterday = "atzo",
|
||||
|
||||
// ── SendScreen — general ──────────────────────────────────────────────────
|
||||
send = "Bidali",
|
||||
|
||||
@@ -63,6 +63,8 @@ data class AppStrings(
|
||||
val details : String,
|
||||
val enterValidAmount : String,
|
||||
val satsUnit : (sats: Long) -> String,
|
||||
val today : String,
|
||||
val yesterday : String,
|
||||
|
||||
// ── SendScreen — general ──────────────────────────────────────────────────
|
||||
val send : String,
|
||||
|
||||
Reference in New Issue
Block a user