meteor / mobile-packages

Meteor packages that provide functionality on mobile and desktop via Cordova plugins.
Other
339 stars 153 forks source link

Locale not work in mobile, I use this and work for me #138

Closed delatorremario closed 3 years ago

delatorremario commented 6 years ago


if (!Meteor.isCordova) {
        MeteorCamera.locale.errorBrowserNotSupported = 'Lo sentimos, este navegador actualmente no es compatible con la funcionalidad de la cámara.' // "Sorry, this browser is currently not supported for camera functionality.";
        MeteorCamera.locale.errorAccesingCamera = 'Hubo un error al acceder a la cámara.' // "There was an error accessing the camera.";
        MeteorCamera.locale.usePhoto = 'Usar Foto' // "Use Photo";
        MeteorCamera.locale.takeNewPhoto = 'Tomar Nueva Foto' // "Take New Photo";
        MeteorCamera.locale.waitingPermissions = 'Esperando permisos de la cámara ...' // "Waiting for camera permissions...";
        MeteorCamera.locale.takePhoto = 'Tomar Photo' // "Take Photo";
       ...
...
...
    }
    MeteorCamera.getPicture((err, data) => { .......`
StorytellerCZ commented 3 years ago

I'm closing this as there isn't enough information here to understand what is the problem.