Skip to content

Commit

Permalink
Update es.pest (#83)
Browse files Browse the repository at this point in the history
Better translated terms
  • Loading branch information
Lornebradia authored Feb 20, 2024
1 parent 289121e commit 4eb939a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/grammar/localizations/es.pest
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ loc_for = _{ "para" }
loc_in = _{ "en" }
loc_while = _{ "mientras" }
loc_repeat = _{ "repetir" }
loc_return = _{ "retornar" }
loc_break = _{ "romper" }
loc_return = _{ "retorno" }
loc_break = _{ "interrumpir" }
loc_continue = _{ "continuar" }
loc_function = _{ "función" | "funcion" }
loc_fn = _{ "fn" }
loc_na = _{ "NA" | "na" }
loc_null = _{ "NULO" | "nulo" }
loc_inf = _{ "Inf" | "inf" }
loc_true = _{ "CIERTO" | "cierto" }
loc_true = _{ "VERDADERO" | "verdadero" }
loc_false = _{ "FALSO" | "falso" }

0 comments on commit 4eb939a

Please sign in to comment.