- Download the current translation sheet from https://docs.google.com/spreadsheet/ccc?key=0AhHfBBHelFnAdF9fWHlVaHlGdUYteFNUUFVpeTIta2c as Translation.xlsx
- Replace it with the current Translation.xlsx
- Run convert.bat (will run YouTubeCenterLanguageToJSON.jar) which will create the language.json
- Run command "ant userscript" to build userscript.
The build system is made in ant and require ant and java to be installed.
ant all
-- Builds Firefox extension, Chrome extension, Maxthon extension, Opera extension and userscript.ant firefox
-- Builds Firefox extension (.xpi)ant chrome
-- Builds Chrome extension (.crx)ant maxthon
-- Builds Maxthon extension (.mxaddon)ant opera
-- Builds Opera extension (.oex)ant userscript
-- Builds userscript (.user.js)