Function setlocale() translates month names to given language, for example setlocale(LC_ALL, "lithuanian") translates into lithuanian. However, on my server this translate is not exactly correct. In what file php stores those months names, how can I edit them?
Thanks