Hey Lisa, I can look into this. I haven't actually done a version release for translations before. Should I update all of the languages?
The list of supported languages: * de * es * fr * it * ja * ko * ru * sl * zh If you (or anyone else) are interested in learning how to create new versions and update the website for docs, I will list the steps below. First off, make sure you follow the readme in cordova/docs and install the dependencies. ## Generating new version The command to create new versions is rake version[version, language] so rake version[3.4.0, de] A new version should be created under cordova-docs/docs/language/version. ## rendering public docs Now run ./bin/generate. This will render all of the docs in cordova-docs/docs to cordova-docs/public. This takes quite a while. Old versions need to get regenerated when we add new versions because the menu for old versions need to show the latest version available. ## add docs to cordova-site copy the rendered docs from `cordova-docs` to `cordova-website` by using the following command: rsync -av --exclude='.svn*' public/ ../cordova-website/public/docs svn add public/docs/my_lang/my_new_version svn commit -m "Added docs version XXX for language YYY" That should do it! On Fri, Feb 21, 2014 at 6:51 AM, Lisa Seacat DeLuca <ldel...@us.ibm.com>wrote: > Even though the English documentation appears to be updated, the other > languages haven't been updated on our site since the 3.1 release. > http://cordova.apache.org/docs/en/edge/index.html > > > > I know the documentation files have changed for the plugins and the > individual plugins themselves haven't been translated yet for 3.4 but the > core information (from cordova-docs) has been translated. We're going to > have a lot of angry translators if their hard work doesn't get pulled into > the main website. The files have been pushed to the master apache cordova > repo for docs. Does someone mind helping me get this live? > > Thanks and Happy Friday!! > > > Lisa > > Lisa Seacat DeLuca > Mobile Engineer | t: +415.787.4589 | > *ldel...@apache.org*<ldel...@apache.org>| | > *ldel...@us.ibm.com* <ldel...@us.ibm.com> | > *lisaseacat.com*<http://www.lisaseacat.com/>| [image: > follow @LisaSeacat on twitter] <http://www.twitter.com/LisaSeacat>| [image: > follow Lisa Seacat DeLuca on linkedin]<http://www.linkedin.com/in/lisaseacat> > > >