Closed (fixed)
Project:
Internationalization
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2009 at 13:10 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent
Comments
Comment #1
karan_mudi commentedplz tell me i18n's supported module
Comment #2
dariogcode commentedI use i18n for some sites, I think I can provide profesional support.
Comment #3
andy inman commentedI'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.
Comment #4
wmostrey commentedAs a freelance Drupal engineer I have experience in all different fields that come with creating internationalized sites. This includes:
Comment #5
nonsieI usually use i18n/locale combined with Domain Access. If you need support re Domain Locale or Domain i18n, drop me a line
Comment #6
seg108 commentedSeeking help with i18n. Please get in contact. Thanks.
Comment #7
jose reyero commentedReminder: 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.
Comment #8
owen barton commentedCivicActions (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).
Comment #9
hunlaprovo commentednode_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()"?????????
Comment #10
jose reyero commentedIt 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?
Comment #11
wmostrey commentedI think that's a good idea yeah. And then link to that page here and close the thread.
Comment #12
wmostrey commentedI think there are currently enough places like the d.o Marketplace and the individual g.d.o job pages for this.