Closed (outdated)
Project:
Album Photos
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
24 Sep 2008 at 08:12 UTC
Updated:
28 Dec 2019 at 22:41 UTC
Jump to comment: Most recent
Comments
Comment #1
Babalu commentedsubscribing
(german)
Comment #2
eastcn commentedDrupal default that is multi-language support, but you need to produce a variety of language packages (eg: German, French, Japanese).
Comment #3
Bios450 commentedI know about this ...
But when I do an album translated into another language in the translated photo album will not be copied ...
Translation to describe the picture, I also did not find ...
Can I do something wrong???
Comment #4
yang_yi_cn commentedYeah, here we are talking about sort of content translation (album name, description) etc. But isn't it possible now? I saw the demo site is all Chinese album names.
Comment #5
Bios450 commentedThere may create an album in any language ...
The problem is that as I understand it is not complete synchronization transfers ...
For example, I created a gallery and called it in English, but I want the same album in the other languages ...
When I do the translation for example from English to French to create a new album (translation)
but it is not copied from English album cover, and not copied photo album with the English ...
Comment #6
yang_yi_cn commentedSo you want album text to be able to be localized. In other words, same album should be displayed in different languages. I assume that means being viewed under different locales? If so, we can use some t() functions. I'm not sure if the current album photos module supports that.
Comment #7
yang_yi_cn commentedand I think that's not critical anyway...
Comment #8
Bios450 commentedI do not quite understand how it works with multi-functions of t () ???
Comment #9
Bios450 commentedGive please possible to carry the title of the album ...
A huge problem ...
Thank you
Comment #10
briskday commentedI use the i18n module for translating my site, if I translate an album, the photos do not show up because the translation is in a separate node. So there would need to be a way of copying the PID in x_album table to use the same images for the translated version.
Secondly, the 'latest albums' page now displays both the english and translated albums (french in my case) no matter what language is selected by the language selector. The page does not filter by language.
If I understand your reply above, instead of using i18n, I should add t() to the photos module and add translations with a .po file?
Any advice would be appreciated.
Comment #11
wutu commentedsubscribing
Comment #12
janeks commentedAre there some news about translation possibilities of Image galleries and use the same image for image node translation?
brgds
Janeks
Comment #13
mishoboss commentedYep, I'm also searching a good multilingual gallery. I like PROG Gallery very much but it has the same problems...
Drupal "translates" the nodes as creating a new node and putting in its "tnid" field the "nid" of the source node to asociate the translation. So the translation is simply a new node, thats why there are no pictures and the gallery shows itself twice in the gallery view. I desperatly need a good multilingual gallery that can be easy managed by a secretary, that doesen't understand anything about nodes, taxonomy and so on.
Comment #14
nathaniel commentedThis should finally be possible in 8.x-5.x. Cleaning up the issue queue.