I would like to use two kind of url for the language, with subdirectory and subdomain:
ru.exemple.com -> Russian www.exemple.com/tw ->Chinese Traditional www.exemple.com -> English
I have a vocabulary "vocab" with some terms.
in Home » Administration » Structure » Taxonomy » vocab I set ( in MULTILINGUAL OPTIONS ) "Localize. Terms are common for all languages, but their name and description may be localized"
I added a field of Term reference to one of my content types.
I'v create a view with an exposed filter that filters the content by the terms in vocab
I create two menu in each language use the i18n module.
But this two menu always display at the same time no matter which language is the current language.
These menu doesn't related to node.
I've translated a module and uploaded and installed it to Drupal. Now, the PO file was removed permanently carelessly, how can I export the module's translation back to a PO file from Drupal?
Thank you in advance!