Clone
lfoxton
committed
on 15 Dec 06
Procedure to update locales table in database, calls insertlocalses repeatedly until all languages have been covered
To add a new language, … Show more
Procedure to update locales table in database, calls insertlocalses repeatedly until all languages have been covered

To add a new language, you nee only to add a line:

insertLocal(language_iso_code, country_iso_code, description, direction)

Show less