Richard Heck wrote: > Note that the file |i18n.inc| is automatically generated from the po files. > To update the web site, issue |make i18n.inc| in the |po/| directory of the > lyx stable branch, and replace the file in <www-user> with the > autogenerated file. Do not edit the file manually, and do not use the > development branch! > > It appears that the version number is set in po/Makefile. Probably that > should be updated automatically from elsewhere?
no i think this is correct. Juergen proposal was something like this in i18n.php: if (version_included=trunk) echo "develepment branch" else echo "stable branch" where version_included is set in the included .inc file.... pavel