> So how do I get the latest files into there? My guess would be, that they're > in the repository and can be copied, but from where exacly?
You can grab them from the main trunk (or tags/3.0 as the case may be) and translate. They go below your <locale>/trunk/dist (or <locale>/tags/3.0/dist) folder, remember. As a reminder, the only files that need hard-coded translations are now: readme.txt config-sample.php wp-admin/setup-config.php The /messages folder is usually used to store .po/.mo files for direct download, so that you could possibly export the .po's from GP, generate the .mo's, and place them there, > When I the latest 3.0 files are in there my guess would be to translate the > files. The only *really* importent file to translate would be > wp-admin/setup-config.php Correct. wp-config-sample.php is also important because some people change it by hand and the comments can come in handy. > And when that's done create a 'branch' and 'tags' folder and copy my > translated files over into there. Yes, again, below /dist Z _______________________________________________ wp-polyglots mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-polyglots
