You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Bruno Busco (JIRA)" <ji...@apache.org> on 2009/11/21 11:26:39 UTC

[jira] Created: (OFBIZ-3243) Adding automatic label translation to the Label Manager

Adding automatic label translation to the Label Manager
-------------------------------------------------------

                 Key: OFBIZ-3243
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3243
             Project: OFBiz
          Issue Type: New Feature
          Components: framework
            Reporter: Bruno Busco
            Priority: Minor
         Attachments: OFBIZ-3243 googleLanguageAPI.patch

Hi,
I have played a little with Google Language API and came to a little improvement for the Label Manager.

The attached patch adds a "Translate" button on the side of each label. When clicking on the button, the english label is passed to Google Translation Service and the resulting string is placed in the corresponding text field.
I am curious to hear from you about before to get it a little better and commit. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-3243) Adding automatic label translation to the Label Manager

Posted by "Bruno Busco (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12780959#action_12780959 ] 

Bruno Busco commented on OFBIZ-3243:
------------------------------------

Hi Scott,

uhmm.. I am afraid you are right.
Let's see if someone sees a solution...otherwise...let's consider it like an exercise! ;-)

> Adding automatic label translation to the Label Manager
> -------------------------------------------------------
>
>                 Key: OFBIZ-3243
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3243
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: OFBIZ-3243 googleLanguageAPI.patch
>
>
> Hi,
> I have played a little with Google Language API and came to a little improvement for the Label Manager.
> The attached patch adds a "Translate" button on the side of each label. When clicking on the button, the english label is passed to Google Translation Service and the resulting string is placed in the corresponding text field.
> I am curious to hear from you about before to get it a little better and commit. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-3243) Adding automatic label translation to the Label Manager

Posted by "Bruno Busco (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Busco updated OFBIZ-3243:
-------------------------------

    Attachment: OFBIZ-3243 googleLanguageAPI.patch

> Adding automatic label translation to the Label Manager
> -------------------------------------------------------
>
>                 Key: OFBIZ-3243
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3243
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: OFBIZ-3243 googleLanguageAPI.patch
>
>
> Hi,
> I have played a little with Google Language API and came to a little improvement for the Label Manager.
> The attached patch adds a "Translate" button on the side of each label. When clicking on the button, the english label is passed to Google Translation Service and the resulting string is placed in the corresponding text field.
> I am curious to hear from you about before to get it a little better and commit. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OFBIZ-3243) Adding automatic label translation to the Label Manager

Posted by "Bruno Busco (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Busco closed OFBIZ-3243.
------------------------------

    Resolution: Invalid

> Adding automatic label translation to the Label Manager
> -------------------------------------------------------
>
>                 Key: OFBIZ-3243
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3243
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: OFBIZ-3243 googleLanguageAPI.patch
>
>
> Hi,
> I have played a little with Google Language API and came to a little improvement for the Label Manager.
> The attached patch adds a "Translate" button on the side of each label. When clicking on the button, the english label is passed to Google Translation Service and the resulting string is placed in the corresponding text field.
> I am curious to hear from you about before to get it a little better and commit. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-3243) Adding automatic label translation to the Label Manager

Posted by "Scott Gray (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12780945#action_12780945 ] 

Scott Gray commented on OFBIZ-3243:
-----------------------------------

Hi Bruno,

I get the feeling from the terms of service for the API that using it in webtools would not be allowed. http://code.google.com/apis/ajaxlanguage/terms.html
{quote}
Appropriate Conduct and Prohibited Uses. The implementation of the Service on your Property must be generally accessible to users without charge and must not require a fee-based subscription or other fee-based restricted access. Your use of the Service must be in accordance with the documentation. You agree that, to the extent applicable to Google Results, you will not, and you will not permit your users or other third parties to: (a) modify or replace the text, images, or other content of the Google Results, including by (i) changing the order in which the Google Results appear, (ii) intermixing results from sources other than Google, or (iii) intermixing other content such that it appears to be part of the Google Results; or (b) modify, replace or otherwise disable the functioning of links to Google or third party websites provided in the Google Results.
{quote}
and also
{quote}
You agree that when using the Service, You will not, and will not permit your end users or other third parties to:
copy, store, archive, republish or create a database of Google Results, in whole or in part, directly or indirectly, except that you may: (1) store Google Results in a temporary cache for a period not to exceed fifteen (15) days solely for the purpose of using Google Results to carry out a specific user-requested action
{quote}

> Adding automatic label translation to the Label Manager
> -------------------------------------------------------
>
>                 Key: OFBIZ-3243
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3243
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: OFBIZ-3243 googleLanguageAPI.patch
>
>
> Hi,
> I have played a little with Google Language API and came to a little improvement for the Label Manager.
> The attached patch adds a "Translate" button on the side of each label. When clicking on the button, the english label is passed to Google Translation Service and the resulting string is placed in the corresponding text field.
> I am curious to hear from you about before to get it a little better and commit. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.