Giter VIP home page Giter VIP logo

puente's Introduction

puente

Note (2022-05-11): This project is no longer maintained.

image

Puente is a Python library that handles l10n things for Django projects using Jinja2 templates.

  • extract command to extract strings from your project and shove them into a .pot file
  • merge command that merges new strings from a .pot file into locale .po files
  • code to collapse whitespace for Jinja2's trans block
  • add pgettext and npgettext to template environment and they correctly escape things and work the same way as Jinja2's newstyle gettext
  • configured using Django settings
  • solid documentation
  • solid tests

This is derived from Tower, but heavily changed.

This project is lightly maintained, and the goal is to phase it out, replacing it with standard Django for most cases, and Babel for more complex cases. For more information, see the issues and the current status of phasing Puente out.

Code

https://github.com/mozilla/puente/

Issues

No longer maintained.

License

BSD 3-clause; See LICENSE

Contributors

See AUTHORS.rst

Documentation

https://puente.readthedocs.io/

Install

From PyPI

Run:

$ pip install puente

For hacking

Run:

# Clone the repository
$ git clone https://github.com/mozilla/puente

# Create a virtualenvironment
...

# Install Puente and dev requirements
$ pip install -r requirements-dev.txt

Usage

See documentation <https://puente.readthedocs.io/> for configuration and usage.

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.