Git Product home page Git Product logo

Comments (5)

Pmagnard avatar Pmagnard commented on July 30, 2024

Same behavior for me. Here is the code i'm trying to use :
//initialize i18n.properties jQuery plugin console.log('i18n init'); jQuery.i18n.properties({ name : 'messages', path : 'bundle/', async : true, mode : 'both', callback : function() { console.log('i18n callback'); //some other stuff }
i18n init message shows in the console but never i18n callback, unless I set async: false or remove the async property.

from jquery-i18n-properties.

adrianfish avatar adrianfish commented on July 30, 2024

@cyphix333 That's exactly as it should work. If you set it as asynchronous your alert may be called before the translations have been loaded. The default is synchronous.

@Pmagnard That's odd. Try setting adding debug: true to the options.

from jquery-i18n-properties.

Pmagnard avatar Pmagnard commented on July 30, 2024

With debug: true, here is what's displayed in the console when the page is loaded:

i18n init localhost:9080:148:3
i18n::totalFiles: 2 jquery.i18n.properties.min.js:4:387
i18n::loadAndParseFiles jquery.i18n.properties.min.js:4:387
i18n::loadAndParseFile('bundle/messages.properties') jquery.i18n.properties.min.js:4:387
i18n::totalFiles: 2 jquery.i18n.properties.min.js:4:387
i18n::filesLoaded: 0 jquery.i18n.properties.min.js:4:387
i18n::Succeeded in downloading bundle/messages.properties. jquery.i18n.properties.min.js:4:387
i18n::msg_test=Default test message
msg_nav_authorizations=Authorizations
msg_nav_new=New
msg_nav_help=Help jquery.i18n.properties.min.js:4:387
i18n::loadAndParseFiles jquery.i18n.properties.min.js:4:387
i18n::loadAndParseFile('bundle/messages_en.properties') jquery.i18n.properties.min.js:4:387
i18n::totalFiles: 2 jquery.i18n.properties.min.js:4:387
i18n::filesLoaded: 1 jquery.i18n.properties.min.js:4:387
i18n::Failed to download or parse bundle/messages_en.properties. errorThrown: Not Found jquery.i18n.properties.min.js:4:387
i18n::loadAndParseFiles jquery.i18n.properties.min.js:4:387
i18n::loadAndParseFile('undefined') jquery.i18n.properties.min.js:4:387
i18n::totalFiles: 1 jquery.i18n.properties.min.js:4:387
i18n::filesLoaded: 1 jquery.i18n.properties.min.js:4:387

from jquery-i18n-properties.

adrianfish avatar adrianfish commented on July 30, 2024

That 'undefined' is a bit suspicious :) What files have you got in your bundles directory?

from jquery-i18n-properties.

adrianfish avatar adrianfish commented on July 30, 2024

Which version are you using? Are you using a tagged release, or the master? If you're using a tagged release, could you try master?

from jquery-i18n-properties.

Related Issues (20)

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.