function translatePath(path) {
	path = path.replace("about", "o_nas");
	path = path.replace("animations", "animacje");
	path = path.replace("clients", "klienci");
	path = path.replace("web", "www");
	path = path.replace("contact", "kontakt");
	return path;
}
