Maintain localizations of all contents on site
0
votes
0answers
6 views
Theming translation links
I need to change translation links attributes, which have been defined in translation_node_view function in these lines:
$node->content['links']['translation'] = array(
'#theme' => ...
3
votes
0answers
44 views
How to implement side-by-side translation?
How can you set up a translation system in Drupal which displays, for example, the English and the French node edit forms side-by-side? Is this possible using any of the contrib modules?
...
0
votes
1answer
14 views
Translated taxonomy term in contextupal filter not validating
I have a translated taxonomy term:
And have a simple view:
With a contextual filter on the translated taxonomy term:
Which works in english:
But not in french:
Any idea ?
0
votes
1answer
105 views
Translation for node references not working properly
I have two content types: product feature and product. Both can be translated. If I create English product and assign many product features (by node reference inside field collection) and then create ...
0
votes
2answers
76 views
Theme a link with l - redirect to translated version
I'd like to insert a link in my node templates that displays when viewing nodes of a particular type (news). That link should lead to the news archive (node/26). Node 26 is a normal drupal page made ...
0
votes
1answer
569 views
How to translate field collection which has unlimited values
My configuration:
latest dev entity translation and field collection module + patch
I tried:
Entity translation is on just for taxonomy term and node, but not for field collection (it triggers ...
0
votes
1answer
18 views
Form element title is not displaying translation
I have got my own module providing a form and there is one element called "Estimated time" defined like this:
$form['informacie_o_incidente']['field_incident_doba'] = array(
'#title' => ...
0
votes
0answers
96 views
Blocks and views not displaying translations anymore
I have a over 5000 pages multilingual site that was correctly configured, nodes, blocks & views were all showing its own translation.
But I discovered yesterday that blocks and views are not ...
1
vote
2answers
110 views
Calendar module: Where is the pager markup? How can I translate it?
This is so driving me insane. I installed this: http://drupal.org/project/calendar
Now I'm trying to get the 'Next' and 'Prev' links in the monthly calendar to translate. Those strings don't show up ...
0
votes
1answer
264 views
Translated menu items with menu_build_tree in drupal 7
I'm having an issue with menu item translations with custom rendering of menu tree.
I see all languages displayed at the same time whenever I change the current language. Items have translation set ...
4
votes
1answer
84 views
Using Feeds to import multiple languages
I've already imported a data set of about 1500 articles, all in English. I have another set of the data with matching nodeids but in different languages. Can I import a second file into Drupal 7 and ...
0
votes
0answers
32 views
Fields inside Field collection not showing when exporting the translation file in TMGMT
So I have several Fields inside Field Collection in a Content type.
When I go to Translation Management, and trying to export the "node" that contains the field collection, the export file will only ...
4
votes
3answers
601 views
How to link to a translated node?
I am using Entity Translation module.
My Basic Page content type is using field translation, and I create a node (mysite.com/node/1 for English, mysite.com/de/node/1 for German).
Now in the body ...
0
votes
1answer
24 views
Can original text be edited in translate interface or elsewhere?
When translating strings in the translate interface, I would also like to be able to edit the "original text" (for the default language), and not only fill in the translation strings for other ...
0
votes
1answer
19 views
Single menu link not translating
I am working with a site which uses many different languages. When switching languages there is always one main menu item which doesn't translate, but the title on the page it links to does translate ...
0
votes
1answer
46 views
get language path prefix code as contexual filter parameter
in drupal7
i have a block that shows recent posts which created with views
i want it to shows the translated posts of each language when i click the language switcher switch the language
i have two ...
0
votes
1answer
25 views
Can't translate the messages of the flag module
I'm using Drupal 7.20 with Commerce. I installed the following modules:
- internationalization module
- translation helper
- flag module
I have customized the text for my flag links to be 'add to ...
1
vote
1answer
113 views
Can't translate labels for ubercart shipment and billing details in checkout
Can't find the way to translate this form labels for ubercart order checkout page.
If search for them in admin/config/regional/translate/translate they appear to be translated correctly.
2
votes
1answer
298 views
Interface translation of custom fields
When I translate field labels via admin/config/regional/translate/translate then my changes are happening in the frontend - but this does not work for fields which I created myself. Those fields are ...
1
vote
2answers
219 views
Node date in a different language?
I use the following code to display the date in my node template:
<?php echo date("j F Y", $created); ?>
But I need to display the months in a different language, how can I do that?
1
vote
1answer
27 views
Change notification to different languages
I have a multilingual website which has English and Chinese as the languages. I use the admin account but i have made a translator account for my chinese colleagues to make translations. Now if i make ...
1
vote
1answer
22 views
Translate Guestbook
I am trying to create a website in 2 languages, Greek and English. While I translated almost everything, I can't seem to get Guestbook to translate. It only shows in 1 language. Any ideas of how to ...
1
vote
1answer
32 views
Country specific nodes
Let's say we navigate to http://example.org/ch/de/node/1 (with pathauto enabled /ch/de/hallo-welt)
Now I want to specify somewhere the country Switzerland (ch) and set the available languages to de ...
0
votes
1answer
42 views
How to migrate to translatable fields
I am using the latest Entity Translation module in order to provide a couple of translatable fields for some of my content types. I have a content type which has a translatable field which is called ...
0
votes
1answer
98 views
Drupal 7 menu translation and url aliases
I am building a multilingual site with Drupal7 and enabled i18n and menu translation module. I can translate menu items and it is working fine with only one little problem:
If the menu item points to ...
1
vote
0answers
63 views
Contextual filter based on translated term
I'm looking two days for the right answer but can't find it anywhere.
Here is my issue:
I'm using Drupal 7.21 with Entity Translation to build a multilangual site (English and Dutch). English is the ...
0
votes
1answer
35 views
Hide language for anonymous users
How do I hide a language from anonymous users while I'm working on the translation?
I want the language only to be displayed in the language switcher block and the links to be active, while you are ...
0
votes
2answers
107 views
Taxonomy terms not translating on the edit/add node form
I'm trying to translate the interface on a drupal 7 installation but somehow the terms and the taxonomy names are not being translated.
The vocabulary names and the terms names are already translated ...
0
votes
2answers
155 views
Prevent Drupal 7 from auto-caching pages in all translations
After clearing the cache, Drupal generates cached versions of every node/page that gets visited. Which is fine.
However – if I visit the German version of a node/page, not only the german version ...
0
votes
0answers
17 views
Can I merge translation between 2 sites?
I have site 1 and site 2. I've been doing some manually translations at: admin/config/regional/translate/translate and also I updated the translation at: admin/config/regional/translate/update in both ...
0
votes
1answer
61 views
Mysql query returns 0 rows on JQGrid filter due to translated rows. Drupal 6
I have a JQGrid table that can be displayed in different languages. The data for this table is stored as English text and translated when output. The JQGrid table can be filtered by text.
The issue I ...
2
votes
1answer
56 views
When shouldn't you use t(), st(), etc. with readable string literals?
Drupal coding standards dictate that nearly all string literals should be passed through t() or st() for translation; however there are some exceptions, such as titles in hook_menu(). When isn't t() ...
0
votes
0answers
41 views
Adding translation capability to Hierarchical Select
I am trying to translate the taxonomy terms loaded by Hierarchical Select. I have the i18n module installed and I have set the taxonomy vocabulary to localize translate, but nothing happens.
Can ...
3
votes
1answer
40 views
How to translate a view and keep contextual filters?
I'm building a bilingual website (French/English). I created the "user biography" for me to display later in the view. The biography is translated.
The view is called in the page : ...
0
votes
0answers
33 views
Problems with i18n and fields translation
I have a problem with the translation of content type fields.
My default language is german and I translated all the content type fields to english, but my translations to english are getting ...
6
votes
2answers
535 views
Is it always bad to pass a variable through t()?
I have a little helper function for my hook_schema:
function _bbcmap_schema_asr_field($description) {
return array(
'type' => 'int',
'unsigned' => TRUE,
'size' => 'small', // ...
0
votes
1answer
60 views
Translating custom database table fields
How can I translate the fields for my custom database table which uses the following schema?
member_id: int
name: varchar(60)
i_prefer: varchar(50)
I need to translate the string that is displayed ...
3
votes
1answer
43 views
Translatable strings and Drupal primary language
I use a lot of modules and templates, in which I have to print a lot of display markups.
My website has primary language FR, but whatever I do, each time I use a translatable string, it's always EN ...
2
votes
3answers
126 views
How to translate page titles?
I'm using the awesome Internationalization Module for managing the translations of my multilingual website. The name of each menu item also becomes the page title (the HTML TITLE tags). When switching ...
2
votes
2answers
440 views
How to get custom field labels translated
I want to get the labels and descriptions of custom fields translated in Dutch, but no matter what I try they always remain in English (the language I use for creating them). I hope my steps below ...
4
votes
1answer
60 views
Check to see if two nodes are translations of each other
What is the easiest way to check to see if two nodes are indeed part of the same translation set? Is there a function or some property that can be used? I am using the i18n suite of modules to perform ...
0
votes
1answer
76 views
Translate is disallowed for HTML input in a view- how to enable?
I have created a custom field in a view and I want to translate it but Drupal prevents me
from doing show.
This is the error:
How can I resolve this problem?
0
votes
1answer
45 views
How can I translate the particular field or content in english to german language?
As I want to convert the particular field or content from drupal to german language.Is any other way to do this .Also i tried the entity translation to convert the german language But Its convert all ...
2
votes
2answers
61 views
How to provide a translation for a string used within t()?
On my site I use a module which creates text using t('text from module'). How can I tell drupal that I have a translation for that, and of course, that my translated text is being displayed?
2
votes
0answers
21 views
Why would the body field's language not save as the same language as the node?
I am having a problem where the user is creating new nodes and entering body text, but setting the nodes to "language neutral" for the language. Yet when it saves the node the body field's language ...
1
vote
2answers
169 views
View translation path
I have a View with an path like example.com/en/news. I translated the view with Views translation. Works like a charm. But how and where do I translate the path to something like example.com/de/neues?
...
0
votes
0answers
33 views
Homepage content translation using language selector
I have a multi-domain multi-lingual website created using domain access and i18n. Is there a way to have the homepage content using the i18n translation modules? I have created the required nodes and ...
0
votes
0answers
41 views
Content Type String Translation
I have a multi-domain multi-lingual website setup using domain access and i18n modules. One of my content types is available to anonymous users to submit data to the website. The content type has been ...
1
vote
1answer
57 views
How do I localize menu items added to the Main menu by a views page?
I have a multilingual site setup where the pages in the Main menu are all created by Views. Main Menu is configured to 'Translate and Localize.'
When clicking 'edit' for a menu item the 'Translate' ...
0
votes
1answer
46 views
Automated translation of interface
Long story short: I'm looking for a way to provide translations... the "hard" way. So I don't want to click in the backend to apply new translations or translate it on the "Translate Interface" Page.
...






