Index: unix_installer/upgrader-package/sql-scripts/updateLocales.sql =================================================================== diff -u -rdfde3b7525955235b664ca801fdece4fb418b532 -r2ebcefc50ec75707b628398047da971c0bc80005 --- unix_installer/upgrader-package/sql-scripts/updateLocales.sql (.../updateLocales.sql) (revision dfde3b7525955235b664ca801fdece4fb418b532) +++ unix_installer/upgrader-package/sql-scripts/updateLocales.sql (.../updateLocales.sql) (revision 2ebcefc50ec75707b628398047da971c0bc80005) @@ -15,6 +15,7 @@ -- the combined column must be 'language_iso_code,country_iso_code' or 'language_iso_code'. It must match the value -- given by SELECT CONCAT_WS(',',l.language_iso_code,l.country_iso_code) FROM lams_supported_locale l INSERT INTO locale_temp (language_iso_code, country_iso_code, description, direction, combined, fckeditor_code) VALUES ('ja','JP','日本語','LTR','ja,JP', 'ja'); +INSERT INTO locale_temp (language_iso_code, country_iso_code, description, direction, combined, fckeditor_code) VALUES ('ms', 'MY','Malay (Malaysia)','LTR','ms,MY', 'ms'); INSERT INTO lams_supported_locale (language_iso_code, country_iso_code, description, direction, fckeditor_code) (SELECT t.language_iso_code, t.country_iso_code, t.description, t.direction, t.fckeditor_code