Block a user
some fixes
The reason why I wrote these function calls this way is because in some languages (like Polish) words have to be translated together, otherwise sometimes you will get incorrect results. For example "proszek" means "dust" and "miedź" is "copper", translating these words separately and concatenating into single string would result in "Miedź proszek" which is not right at all. Correct translation would be "Miedziany proszek".
some fixes
Thanks for your contribution! Could you clean up commit history to remove merge commits? This way I can just do merge and not squash and merge to preserve original commits.