elixirschool / elixirschool

The content behind Elixir School

Home Page:https://elixirschool.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About translating error messages

Zuruckt opened this issue · comments

Just forked this to help on translations, but I am unsure if I should translate error messages?

e.g:

$ elixir test.exs
warning: variable "b" is unused (if the variable is not meant to be used, prefix it with an underscore)
test.exs:2

34

Do I leave the error message as it is or do I translate it to the target language?