i18n

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

Drupal 7 Views Node Translation Filtering

There used to be a node:translation filter in Views in D6, that seems to be gone or missing in D7. Some said it's a bug, yet there are only questions without answer all over the web.

Have you guys encountered such issue (yet)? How did/would you tackle it?


Kelvin Lee
SourceSquare | Web Design • Drupal • SEO
Read more
jurgenhaas's picture

Information über Drupal 7 und I18n

Hallo zusammen, wollte Eure Aufmerksamkeit nochmal auf den i18n-Codesprint in Berlin richten. Dort sitzen Profis aus der ganzen Welt, die versuchen das Thema so weit wie möglich voranzutreiben. Infos zu diesem Thema gibt es an mehreren Stellen:

Wer Lust hat, darf gerne auch ein paar Tweets zum Thema absetzen, denn das Team in Berlin kann jede Unterstützung gebrauchen. Immerhin tun die das alles in ihrer Freizeit zu unser aller Vorteil.

Read more
Einkahumor's picture

Þýðingarvinna

Hæ.

Ég hef sett af stað umræðu og pælingar á localize.drupal.org og vona að ég sjái sem flest ykkar þar.

Read more
Kars-T's picture

i18n sprint 11.-15.05.2011, Berlin

Hi,

there will be an i18n sprint 11.-15.05.2011 in Berlin.
http://i18nsprint.drupalevents.de/

The sprint is for around 20 people and we have ~9 places left. Please contact me if anybody wants to join us!

Cheers,

Karsten

Read more
Strutsagget's picture

Översättning av menyer

Hej

Undrar om någon har fått drupal 7 med modulerna i18n och nice menu att fungera?

Får inte den att funka med de länkar i menyn som översätts t.ex. blogg och kontakt länkarna (se http://www.pija.se).

Fungerar om jag inte använder nice menu (kan man se i footern som har den vanliga menyn).

Har försökt ändra detta i modulen nice menu utan framgång. (rad 361)

// Allow i18n module to translate strings where available.
if (module_exists('i18n_menu')) {
$menu = i18n_menu_localize_tree($menu);
}

Någon som har koll får gärna peka mig i rätt riktning.

Read more
Captain Nemo's picture

NVARCHAR Support in Drupal?

Hi.

Complete n00b here, working from a technical documentation perspective. Drupal lets me store data in a db and display it (or turn it to PDF for printing); that's fine. However, it is imperative that large chunks of data (XML tagged UETF-8 Unicode) can be easily stored and retrieved from my Drupal database. There are two parts to what I must be sure of:

1) Unicode support (CJK, Arabic, etc. must be possible for our customers)

Drupal does this, fine.

Read more
freshness's picture

Översätta menylänkar i D7

Hur översätter jag menylänkar? Har en main-menu som är full med länkar. Jag har installerat i18n och aktiverat

Internationalization
Block languages
Menu translation

När jag väljer att editera en menylänk kan jag välja språk och path, problemet är om jag skriver svenska namnet och länken slår det igenom på engelska också?
Jag hade förväntat mig att det skulle fungera mer som content translation. Att man får definera path och text per aktiverat språk?

Edit: Det är snarare så att om jag översätter engelska med rätt namn och path får övriga språk nodid:et som länk och inte alias...

Read more
jesuslm7's picture

Generar traducciones de forma automática (sin pulsar Traducir/Añadir traduccion y guardar por cada lenguage y contenido).

!Hola compis Drupaleros¡

Para añadir contenidos a mi aplicación web he usado migrate, schema, views, table wizard. Todo me ha funcionado de forma correcta, se han importado incluso los campos que he añadido con CCK. Pero sólo puedo importar en un único idioma de los tres que tengo (español, ingles y aleman).

Read more
icanlocalize's picture

Multilingual D7 Session for DrupalCon Chicago 2011

Support for multilingual D7 is not ready yet, but it certainly be until DrupalCon Chicago in March. We're so committed to it that we proposed a session on about just that:
http://chicago2011.drupal.org/sessions/drupal-7-s-multilingual-system

Once you register to this DrupalCon (which I'm sure you're going to), remember to check out this session proposal and vote for it.

It's going to be fun.

You'll be hearing about how Drupal manages translations, how to build a multilingual theme and how to get existing translations for Drupal core and contributed modules.

Until the session, you can view the status in our multilingual D7 progress page.

Read more
butler360's picture

Help with i18n multilingual variables in global.inc

Since settings.php gets overwritten during migrations or verifications I want to put the i18n variables into global.inc, but only apply them if i18n is enabled.

I've put the following code into global.inc:

if (module_exists('i18n')) {
    $conf['i18n_variables'] = array(
    'site_name',
'site_slogan',
   'site_mission',
  );
}

As soon as I save the change, though, I get this WSOD error on all sites:

Fatal error: Call to undefined function module_exists() in /var/aegir/config/includes/global.inc on line 23

Any idea why that is?

Read more
Subscribe with RSS Syndicate content