Skip to content

Commit

Permalink
mobile: shorter spanish
Browse files Browse the repository at this point in the history
  • Loading branch information
dcposch committed Aug 23, 2024
1 parent debaa6c commit b4e53dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/daimo-mobile/src/i18n/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export const es: LanguageDefinition = {
`INICIAR SESIÓN CON ${keyType}`,
type: {
passkey: () => `LLAVE DE ACCESO`,
securityKey: () => `CLAVE DE SECURIDAD`,
securityKey: () => `CLAVE DE SEG.`,
},
fromSeed: {
error: () => `La frase semilla no fue encontrada. Eliminada?`,
Expand Down Expand Up @@ -724,7 +724,7 @@ export const es: LanguageDefinition = {
},
addKey: {
passkey: () => `LLAVE DE ACCESO`,
securityKey: () => `CLAVE DE SECURIDAD`,
securityKey: () => `CLAVE DE SEG.`,
button: (slotType: string) => `RESPALDO CON ${slotType}`,
},
recommended: {
Expand Down
2 changes: 1 addition & 1 deletion packages/daimo-common/src/i18n/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const es: LanguageDefinition = {

// time.ts
time: {
now: (long?: boolean) => `${long ? "justo ahora" : "ahora"}`,
now: () => `ahora`,
minutesAgo: (minutes: number, long?: boolean) =>
`${long ? "hace" : ""} ${minutes}m`,
hoursAgo: (hours: number, long?: boolean) =>
Expand Down

0 comments on commit b4e53dc

Please sign in to comment.