[ 
https://issues.apache.org/jira/browse/CB-11414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16089128#comment-16089128
 ] 

jcesarmobile commented on CB-11414:
-----------------------------------

http://cordova.apache.org/docs/es/7.x/guide/platforms/android/plugin.html#escribir-un-plugin-de-java-android

This is supposedly java code
{code}
@Override public boolean ejecutar (acción de las cuerdas, JSONArray args, 
CallbackContext callbackContext) lanza JSONException {si 
("beep".equals(action)) {this.beep(args.getLong(0));
            callbackContext.success();
            devuelve true;
        } devolver false;  / / Devolver resultados falsos en un error de 
"MethodNotFound".
    }
{code}

> Blocks of code on docs are being automatically translated
> ---------------------------------------------------------
>
>                 Key: CB-11414
>                 URL: https://issues.apache.org/jira/browse/CB-11414
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-docs
>            Reporter: jcesarmobile
>
> I just saw a tweet "laughing" at the Cordova docs because the code was being 
> translated (automatically) and obviously made no sense.
> On crowdin you can mark some parts of the docs as hidden to not be translated.
> Every block of code on the docs should be marked as hidden so it's not 
> translated.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to