locale

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
bhp's picture

Setting the locale through the Drupal Solr API?

We have a website which is mostly English, but some of the fields in some of our content types are in another language. This other language has different rules for alphabetization, etc. We'd like to be able to sort searches on these fields using the appropriate locale.

You can do this in the Solr schema.xml file by adding the appropriate locale="..." attribute to the field definitions. I'm wondering whether there's a way to do this through the Drupal API, so that we don't need to modify the schema.xml file. Has anyone else looked into this idea?

Read more
claudiu.cristea's picture

Changing the language negotiation

I want to change the "Language negotiation" setting (admin/settings/language/configure) from "Path prefix with language fallback" to "Domain name only" on production site that have thousands of translated nodes.

On a first look it seems that I need some Apache redirects for SEO reasons. For example, for the Italian pages it may need

RedirectRule ^it([/]?)(.*) http://www.mydomain.it$1$2 [L,R=301]

I didn't find any related guidelines. What are the side effects? Are there some "best practices"?

Thank you!
Claudiu

Read more
abhisheknagar's picture

Calling all Localizers

Hi all,

Now we have http://drupall10n.com with us, and we plan we make this as central point for atleast indian languages so i would like to take a feedback should we go for

http://langcode.drupall10n.com

or

http://drupall10n.com should have all indian languages as once independent site

comments please

This would be available for free to all localizers :)

We already have Hindi and Marathi on this functional

http://drupall10n.com

Read more
rbogdan's picture

Localization of websites using one language without recording their translations in the database.

Many out of regional Websites use their own language, different from English, and they don’t need the opportunity to use several language versions of the website. I suggest importing the translation directly into the files of the source code, processing on the functions t() and inserting instead of English expressions, expressions of the required language.

Read more
cjdavis's picture

Todos los idiomas Bienvenido / 歡迎所有語言 / All Languages Welcome / ยินดีต้อนรับทุกภาษา

While currently the majority of Drupal people speak English as a native or second language, I think it would artificially limit the scope of the LUGO group to require it. I deliberately did not choose a language when I created this group because there was not an 'all' option. The audience and membership of this group is intended to be anyone, anywhere, who organizes a local Drupal User Group currently, or wants to start one. If we are going to encourage that second group to become part of the first, we will need to accommodate people that do not speak English at all.

Read more
DamienMcKenna's picture

Translate one string without locale module?

Is there any way to translate one single string without having to load the entire locale module? It seems a waste just for one string. Thanks.

Read more
nedjo's picture

Module developer documentation for multilingual solutions

I've posted some documentation on multilingual module development for Drupal 6 http://drupal.org/node/303984. The idea is to pull together what module developers would need to add multilingual support to their module.

Please review and improve!

Read more
romand's picture

Submit - ukrainian localization?

Зберегти
33% (4 votes)
Застосувати
17% (2 votes)
Надіслати
25% (3 votes)
Гаразд
8% (1 vote)
залшити Submit
17% (2 votes)
Записати
0% (0 votes)
інше
0% (0 votes)
Total votes: 12
GiorgosK's picture

Language selection (from block) doesn't filter content by language ?? (D6)

I was under the impression that when selecting a language, from the language selection block (in drupal6), the content is also filtered to display only the nodes in the selected language

This behaviour is also confirmed by this handbook page http://drupal.org/handbook/modules/translation

Use the language switcher block provided by locale module to allow users to select a language. If available, both the site interface and site content are presented in the language selected.

(maybe this is not really for drupal 6.x as it states ??) Read more
meba's picture

Automatically fetching translations

Hi!

In D5, we introduced Autolocale module, enabling users to import translations after enabling module / during installation. However, this had few caveats, as timeouts on cheap shared hosts, etc.

In D6, Autolocale is built-in core, using batch API and just works very well.

What do you think next step should be? From my point of view:

"Let Drupal automatically fetch translations from a server".

Read more
Subscribe with RSS Syndicate content