This forum is for questions about translating the Drupal user interface. See also the Translations group.

Language internationalization problem with url's

Dear all, although our website works well, we have trouble with changing urls already for years.
Drupal makes automatically url's like these:

"Edit" link on Translation tab doesn't work for unpublished content

When I'm editing a node and I click the "Translate" tab and then try to edit a translated version of that node who's published status flag is set to '0', the link sends me to the site's homepage. This doesn't seem correct. How can I access the edit screen of an unpublished translation from the source node? Thanks!

Import/Export translated nodes (Internationalization module and node_save)

I need to export the content from all the nodes on our site to be translated offsite by our i18n team. I'm having problems importing new translations into the system with node_save()

To add a new translation for a node it seems I need to create a new node with the tnid set to the original node. This all kinda works and a new node row appears in the node DB table, but some things are a bit wonky. Even though the translated content shows on the site correctly (yay!) when I click to edit the German version on the "Translate" tab, it takes me to the homepage, not the edit screen. I'm sure I'm probably doing something silly here, but are there any examples out there that I can follow?

Here's a sample of what I'm doing for node 34.

<?php
$newNode = /* here's the var_dump of the node object */
object(stdClass)#187 (11) {
["title"]=>
string(16) "Latest News (DE)"
["body"]=>
array(1) {
["de"]=>
array(1) {
[0]=>
array(3) {
["value"]=>
string(14) "DE NEWS IS FUN"
["summary"]=>
string(0) ""
["format"]=>
string(9) "full_html"
}
}
}
["is_new"]=>
bool(true)
["language"]=>
string(2) "de"
["uid"]=>
string(1) "1"
["tnid"]=>
string(2) "34"
["type"]=>
string(4) "page"
["status"]=>

How to add German language?

Hello, guys!

Could somebody explain me how can I add German language to Drupal site.
I added French and Spanish without any problems, but that was some package gz file.

For German I found only .po files

How exactly work with .po files?

Please give me step by step instruction.

Thanks ahead!

Build a Website in multiple languages

I am just started to work with Drupal and i'm exploring what is possible to do with it.

I'm trying to create a multi language site, with an option in the top of the page to switch between languages, such as English and French, and, when i switch (as a user), all the content changes to the specific language.

And in the administration i create each content in English and French.

If some content is not translated, it appears in a default language,

I'm using Drupal 7.

I've activates the Locale module and added the languages.

Tag list in Bartik Drupal 7 theme - how to change the way the Tag list is being presented?

How can I edit the way the Tag list is being presented?

Like can I change the code? Where is it?
Can I change the location on the page?

Gert
GWCheck

Pages

Subscribe with RSS Subscribe to RSS - Translations