Skip to content

Commit

Permalink
Fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Mar 28, 2023
1 parent be71808 commit 9b85c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gem/lib/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ en:
UsesGuards: '%{binding} %{must} use guards%{matching}'
UsesIf: '%{binding} %{must} use <code>%{keyword_If}</code>%{matching}'
UsesLambda: '%{binding} %{must} use lambda expressions%{matching}'
UsesLogic: '%{binding} %{must} usar boolean operators'
UsesLogic: '%{binding} %{must} use boolean operators'
UsesLoop: '%{binding} %{must} use a loop%{matching}'
UsesMath: '%{binding} %{must} usar math expressions'
UsesMath: '%{binding} %{must} use math expressions'
UsesMixin: '%{binding} %{must} use mixins'
UsesNamedSelfReference: '%{binding} should use <code>%{keyword_Self}</code> instead of a global reference'
UsesNot: '%{binding} %{must} use not'
Expand Down

0 comments on commit 9b85c22

Please sign in to comment.