Closed (fixed)
Project:
Internationalization
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
10 Nov 2010 at 13:19 UTC
Updated:
28 Mar 2011 at 11:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
plachComment #2
miro_dietikersubscribe on request.
Comment #3
plach@miro_dietiker:
Any chance for this? It should be really straightforward...
Comment #4
miro_dietikerI think this is pretty fine. Agree this operation is a missing API.
Since we don't have a UI that allows deletes, you might define this function also in your custom application.
I think i18n has not implemented a full-feature API, but only implemented what was needed and used...
If we want to make it a CRUD+ full featured API layer, i suspect there are also other functions missing.
Comment #5
plach@miro_dietiker:
Well, I'd "steal" the namespace, which I'd like to avoid, moreover someone else might need it.
I did not make a complete check but IIRC when I rolled the patch I found that deletion was the only CRUD operation missing.
Comment #6
jose reyero commentedLooks like something good for D7, but really we don't want to be adding features for the D6 version at this stage.
Comment #7
jose reyero commentedI think we better don't add APIs for the sake of having more APIs. We need some purpose for them.
Comment #8
plachWell, in i18nmenu_node I need this function to remove a menu item translation when the corresponding node is deleted.
See #910974: Menu title translation not removed on node deletion.
Comment #9
jose reyero commentedOk, let's get it into 6.x version
Then let's move it to 7.x
@plach,
You can commit it.
Btw, I had forgotten that module. W need to take a look at it to see how it can work with the new menu translation in 7.x. Now we have some menu language and per menu options maybe we could get that into i18n_menu.
See also #1078908: Error on menu item translate
Comment #10
plachCommited to to 6.x-1.x.
No problem, updated #386372-56: Localize menu items by node translation set accordingly.
However I'd wish to release the 6.x-1.0 version first, is i18n 6.x-1.9 coming soon?
Comment #11
jose reyero commented> However I'd wish to release the 6.x-1.0 version first, is i18n 6.x-1.9 coming soon?
As soon as we have some good reason to do it :-)
So if you need one, next weekend is ok?
(Then let's say 3 days if you guys want to commit any other minor fix, that I will, then rest of the week for testing?)
Comment #12
plachThe next weekend sounds good to me. For what i18nmenu_node is concerned there is no additional commit needed on i18n.
I have just a followup patch pending (#910974-4: Menu title translation not removed on node deletion) unless some critical bug comes out in the next days, which is unlikely.
Comment #13
jose reyero commentedI didn't have time for that other bug fixes, but anyway, new release out: 6.x-1.9
Thanks
Comment #14
plachGreat, i18nmenu_node 1.0 is out!