I downloaded wordpress theme , that i like very much and i found problem:D I'm newbie so please dont judge))) I need my site on georgian language , we have own letters like სიტყვა სახელი რამე ტექსტი ,etc.. I filled up all information on my language from wordpress panel, but there is some text what I can't change from wordpress panel. I opened code and found this texts and when I tried to change on my language like I change "My account" on "ჩემი პროფილი"(georgian language) , it looks like "???? ??????" on website. I have no idea what is wrong cause i did it before and I had no problems. Maybe someone can answer on this question, I will be happy if this problem will be solved ^^
<script>
window.recipeId = <?php echo $post->ID; ?>;
window.addToFavoritesText = '<i class="ico i-favourites"></i><span><?php _e('***Add to favorites***', 'socialchef') ?></span>';
window.removeFromFavoritesText = '<i class="ico i-favourites"></i><span><?php _e('Remove from favorites', 'socialchef') ?></span>';
</script>
This "add to favourites" I'm trying to change..