Giter Club home page Giter Club logo

easy-i18n's People

Contributors

awkay avatar shredder121 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

easy-i18n's Issues

Find new maintainer

I no longer use this library, but am glad to take on a contributor member.

Load .po file directly

Hi again,

Is it possible to load a .po file directly, i mean without compiling this files to resource bundles?

Multiple translation packages

I do translation for an application. That application can run plugins provided by independent authors which should also do translation. I guess the plugins need to have their own packages for translations. Is this supported or is it a good idea to do so?

Full support for locale, with back-off to language only

The current code is not quite up-to-par on translation handling when it comes to different country specializations.

The current behavior is:

If locale contains a country, and there is a specialization for that country, then use it for translations.

However, this requires that you do a full set of translations for every string in each of these files. If you miss any, then you'll get the original string from the source.

A better approach is to have it back off. If you ask for a xlation in en_AU, and there is one. Use it. If not, back off and use one from en. If there is not one there, THEN use the string from the code.

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.