GithubHelp home page GithubHelp logo

wallslide / meteor-messageformat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gadicc/meteor-messageformat

0.0 1.0 0.0 578 KB

MessageFormat i18n support for Meteor, with reactive templates

meteor-messageformat's Introduction

meteor-messageformat Build Status

MessageFormat support, the Meteor way.

For Meteor < 0.8.0, use messageformat v0.0.26.

Easy reactive use of complicated strings (gender, plural, etc) with insanely easy translation into other languages (through a web UI).

For full info, docs and examples, see the Meteor MessageFormat home page (or install/clone the smart package and run mrt in its website directory).

In short, you'll get to use the {{mf}} helper. Simple example:

<p>{{mf 'trans_string' 'This string is translatable'}}</p>

but much more complex strings are possible, and are useful even if your website is only available in one language, e.g.:

{{#mf KEY='gender_plural' GENDER=getGender NUM_RESULTS=getNum NUM_CATS=getNum2}}
{GENDER, select,
       male {He}
     female {She}
      other {They}
 } found {NUM_RESULTS, plural,
         =0 {no results}
        one {1 result}
      other {# results}
 } in {NUM_CATS, plural,
        one {1 category}
      other {# categories}
 }.
 {{/mf}}

Possible outputs:

He found 2 results in 1 category.
She found 1 result in 2 categories.
etc

Besides gender, there is support for offsets too, e.g.:

You and one other person added this to their profile.

For full info, docs and examples, see the Meteor MessageFormat home page (or install/clone the smart package and run mrt in its website directory).

meteor-messageformat's People

Contributors

gadicc avatar dspeichert avatar npvn avatar tarang avatar emgee3 avatar lalomartins avatar

Watchers

James Cloos avatar

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.