hi
i have a site in english and french. first my default language was english and working fine. For english, i did not get any language prefix in url and for french the prefix was fr. I did not face any issue in this.
But now I need french as default language. I change it from admin panel language settings. But now default french is working fine. and english is not working. I dont find any language prefix for english as well as for french.If i click a menu item it opens article in french correctly.but if i click english language now, it product "Page not found" error.
We are using the i18n module. If the source document is english we need to translate into Arabic. There is no problem with the body of the text but we do not know how to translate the title of the node. If we translate the title when translating the node the automatic alias module creates an arabic alias which can be a very long text in arabic. We want to maintain the english alias but find a way to translate the title in Arabic. Is that possible. The node is a custom content type.
I am trying to upgrade my website to use the French .PO files, but it seems that I have to manually:
1) use the import (admin/build/translate/import) page to click "Browse..."
2) Browse to the next .PO file in the directory structure where there is a .PO translation file
3) Repeat (1) until the entire Drupal tree is traversed!
I have read the following discussion thread, which implies that it is (was?) not possible: http://drupal.org/node/12786
I am working on my first multilingual site in drupal, I've used i18 n for this purpose, which is helpful for the content created from the admin side.
Now, my problem is that I've made several custom pages in my site like some custom forms with custom fields and some static pages, so, i want to use use some sort of language variables here, which change values corresponding to the language selected or what will be the other best workaround for this?
I am able to translate built-in strings in drupal5 from:
i'm searching where are module translations after import in drupal by admin backoffice ...and i dont find them !!! i would translate one installation then import/export the table content to other installations of drupal..
I have a site in two languages english and french. Actually site default language is english. But if the system language is french site loads in french. I mean drupal loads site language based on system language. but i need english only as default language at any situation. How to rectify this.