Auto Block Digging, Translator and UTF-8
(Well it’s been some time I’m aware… well college and stuff.., was little busy.) Anyway some improvements were made. New Language selector screen was added. Translator and UTF-8 First big thing is Translator which is simple static class that offers method translate(String& key)(obviously). Usually it’s good thing to separate strings that are shown to user from strings in source code, preferably store them in some .txt file. Also adding another language is as simple as adding another lang file and registering the language in code....