first of all congrats for making best e-commerce platform
My question is about translating backend. Some of it is in locale files but I found some of configuration option names in core_config_field table in database. What is correct way to translate that? If I do it manually in database, I won’t have option to get back to english again
Me interesting why Magento use csv files. Why not po files? Zend framework work with him and for translations is user friendly. Is any prospect of change?