Hi Drupal Members, We are developing the website in drupal 6.0, we are developing a module for microsite where we had collected data in an excel sheet which needs to import directly rather adding content manually by going to create content.. Can anyone figured it out is there any way for doing it and also with the code.
I have an installation of drupal 6 with translation I18n.
It has a default site and a few subdomains used the site directory.
sites/default
sites/all
sites/sub.mysite.org
if i go to the admin/build/translate of the www site which is the default one i get about 80% translations of the Built-in interface.
but if I go to a subdomain i get only about 20% which make a mess of languages...
how can I know what .po files are used for a site????
I am using i18n with Drupal 6 on a multi-lingual forum. I am using subdomain language negotiation, so my URLs looks like "en.myforum.com/node/1" and "es.myforum.com/node/2". The interface, relative nodes in the target language, and forum taxonomy term translations all automatically switch over to the correct language when I change the subdomain language code. However, when I go to make a new post, there is a language selector that always default to English. I would like it to automatically select whatever language I was using when I clicked the "new post" button.