From time to time I get an e-mail from someone looking for (paid) help related with this module. I work full time for Development Seed so unfortunately I don't have the time to attend such requests, and also I don't know who from the people involved in this module development is interested in providing professional services and who isn't. So the idea is simple:

  • People providing professional services and having good knowledge of these modules can subscribe to this issue.
  • People looking for professional help can send a message to any of the subscriptors directly or post their request here so others can contact them.

*** This is just an intent to help potential customers and developers contacting each other. Nor the module maintainer (that's me) nor the company sponsoring this module (Development Seed) are involved in any way with transactions happening in this thread.***

Comments

karan_mudi’s picture

plz tell me i18n's supported module

dariogcode’s picture

I use i18n for some sites, I think I can provide profesional support.

andy inman’s picture

I'm a full-time independent Drupal consultant/developer, experienced with i18n and translation issues in general on both D5 and D6. I'm the original designer/developer of Language Sections and MultiLink among others. An example of commercial development here - that's a multi-language/multi-currency application which obtains data via SOAP.

Contact me via my contact page here or via my site at www.netgenius.co.uk.

wmostrey’s picture

Issue tags: +i18n, +internationalization, +internationalization i18n, +support, +commercial

As a freelance Drupal engineer I have experience in all different fields that come with creating internationalized sites. This includes:

  • Multilingual sites. Example: http://amnesty.org
  • Support for RTL languages, including theming. Example: http://amnesty.org/ar
  • Local sites that use one non-English language. Example: http://www.cdenv.be
  • Translations of blocks, menus, views, panels, custom strings, ...
  • Solving performance issues that come with the use of different and multiple i18n modules.
nonsie’s picture

I usually use i18n/locale combined with Domain Access. If you need support re Domain Locale or Domain i18n, drop me a line

seg108’s picture

Seeking help with i18n. Please get in contact. Thanks.

jose reyero’s picture

Reminder: As stated on the first post, this is not a thread for you to post your questions, just a place to contact people to get (paid) support. Thanks.

owen barton’s picture

CivicActions (http://civicactions.com/) also builds and maintains internationalized sites, including http://www.amnesty.org/, http://www.reproductiverights.org/ and http://conservation-strategy.org/ and has also made contributions to Drupal i18n development (some sponsored through Sony music, see http://drupal.org/node/383954 for a case study).

hunlaprovo’s picture

node_images.pages.inc --- i18n bugs
"
* Gallery functions
************************************************************/

function _node_images_gallery($node) {
$node->node_images = node_images_load($node, 0, 1);
if (empty($node->node_images)) {
drupal_set_message(t('No images uploaded for this content.'));
if (user_access('create node images') && node_access('update', $node)) {
$output = t('Click here to upload new images.', array('!url' => url('node/'.$node->nid.'/images')));
}
return '

'.$output.'

';
}

$settings = array('images' => array());

$i = 1;
$thumbs = array();
foreach ($node->node_images as $id => $image) {
// i18n support for description
if (module_exists('i18nstrings')) {
// translate description
to('node_images:node_image:'.$image->id.':description', $image, array('description'));
}
"
Fatal error: Call to undefined function to() in /home/httpd/www/example.hu/html/sites/all/modules/node_images/node_images.pages.inc on line 310

"i18nstrings_translate_object()"?????????

jose reyero’s picture

Priority: Critical » Normal

It looks like for some reason, there are people that just doesn't understand the purpose of this thread.

So maybe we'd be better off adding a page to the i18n handbook instead of this thread. More opinions?

wmostrey’s picture

I think that's a good idea yeah. And then link to that page here and close the thread.

wmostrey’s picture

Status: Active » Fixed

I think there are currently enough places like the d.o Marketplace and the individual g.d.o job pages for this.

Status: Fixed » Closed (fixed)
Issue tags: -i18n, -internationalization, -internationalization i18n, -support, -commercial

Automatically closed -- issue fixed for 2 weeks with no activity.