GithubHelp home page GithubHelp logo

plang / phonegap-l10n Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 3.0 95 KB

Tiny l10n localization library for Phonegap/Cordova applications

License: MIT License

CoffeeScript 72.72% JavaScript 27.28%

phonegap-l10n's People

Contributors

plang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

phonegap-l10n's Issues

Works as a webpage but not working as an app

Hello Plang,

First of all, I appreciate such library of yours.

In the beginning of development, I used the "phone gap serve" command and used phonegap developer app to test and debug my app wirelessly. And your plugin works just fine ! Or also when I preview the page in the browser, the plugin works perfectly .

The problem I have is when it comes to installing the app into my mobile phone.
It does not understand the library at all ! alert(Localization.for("oui")) does not work all.

Do you have any idea why is it like that ?

Best,

EDIT : I overcame the issuet by doing the followings;

I've added globalization plugin
< https://github.com/apache/cordova-plugin-globalization/blob/master/doc/index.md > to the project;

and < jquery-1.10.2.min.js > into my index.html .

can't work

hi
i am a starter,this is my index.html in android
but it only show on the phone in en language
Yes
No
oui
non

what is wrong with me
my code should show
Yes
Yes
Yes
No

<script src="jquery-mobile/jquery-1.6.4.min.js" type="text/javascript"></script> <script src="jquery-mobile/jquery.mobile-1.0.min.js" type="text/javascript"></script> <script src="localization.js" type="text/javascript"></script>
<script type="text/javascript" charset="utf-8">

// Wait for device API libraries to load
//
function onLoad() {
    document.addEventListener("deviceready", onDeviceReady, false);
}

// device APIs are available
//
function onDeviceReady() {
   Localization.initialize

(
// Dictionnary
{
zh-rTW: {
oui: "Oui",
non: "Non"
},

    en: {
        oui: "Yes",
        non: "No"
    }

},
// Fallback language
"en"

); // Now safe to use device APIs
}

</script>
Yes No oui non

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.