app/locales/ca.txt Missing parameter piece_name #13
Loading…
Referencia en una nova incidència
Aún no existe contenido.
Eliminar la rama con el nombre '%!s()'
Eliminar una rama es permanente. NO PUEDE deshacerse. ¿Continuar?
When a piece is captured the code try to get the locale 'piece_name' of the name of the captured piece from app/locales/*.txt but 'piece_name' locale don't exist:
piece_name = get_locale("piece_name", player_lang)
throws following error:
app/locales/ca.txt Missing parameter piece_name
There is no need to get the locale of
piece_name
because the code is getting it from the functionget_piece_name
:piece_name = get_piece_name(captured_piece)