Romanian Language file for GS 3.2.3
Language Description:
Romanian language pack, updated for GS v3.2.3. Enjoy ! Credits: Originally created by thazer in 2011
Install Instructions:
Just unzip and copy ro_RO.php in /admin/lang/
then, in admin, go to settings section and select ro_RO at language setting.
OPTIONAL: Additionally in gsconfig.cfg you can set the locale setting:
Find:
setlocale(LCALL, 'enUS');
and replace with
setlocale(LCALL, 'roRO');
For timezone localization find:
setlocale(LCALL, 'enUS');
and replace with
define('GSTIMEZONE', 'Europe/Bucharest');