Code Monkey home page Code Monkey logo

vue-i18n's People

Contributors

andrewwu1123 avatar haixing-hu avatar mookofe avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

vue-i18n's Issues

The "main" definition in "package.json" is broken

The main block should contain a single module ID, not an array. Therefor it is not installable via jspm right now.

Current code:

  "main": [
    "src/vue-i18n.js"
  ],

Fixed code:

  "main": "src/vue-i18n.js",

Thanks for fixing!

How to use it standalone when not using webpack

Hi,

For some legacy reason I didn't use webpack in my project, so I used your i18n using script tag, the question is how can I use your cause I can't use Vue.use(i18n, {...}) cause i18n is load from script tag which can't assign to a local variable.

Can't require the module

This and vue-format are the only modules I'm receiving error when trying to require(webpack).

I've installed it with npm install vue-i18n-plugin --save

Vue JS 2.0 incompatibility

Hi,

Currently getting plugin.apply is not a function when trying to use the plugin in webpack.
Have no issue on the other project running Vue 1.x

Thanks!

There is a two ways binding?

Hi guys!

I am trying to use this plugin to translate my app and everything were working fine until I had to use the format filter!

It replace the tags properly but when I have any changes on the replace obj it does not apply to the message!

As example I have something similar to the DataTables where I have the message: "Showing {0} entries".. When it first loads works fine! But when I search for something through the filter filterBy the number does not change on the message!

Somebody?

My view: {{ $i18n.messages.data_grid_entries_showing | format listLength }}

where listLength is a computed as bellow
listLength () { return this.list.length; }

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.