Git Product home page Git Product logo

i18n-html_extractor's Introduction

Build Status

I18n HTML Extractor

A set of rake tasks to extract strings from html templates into locale files.

Introduction

I created this gem to resolve a practical problem: I had to deal with a big Rails project that had no i18n locales at all.

It's not yet 100% functional, but I'd like to improve it.

Installation

It's not yet published as a gem, since it's not ready, but you can start use it by adding it to you Gemfile:

gem 'i18n-html_extractor', github: 'ProGM/i18n-html_extractor'

How it works

It scans all your HTML templates for strings and moves them to locales file.

It's made of three rake tasks:

List-only Mode

Running rake i18n:extract_html:list, you'll get a report of all files that contains strings that should be translated.

Automatic Mode

Running rake i18n:extract_html:auto, all strings are moved to i18n locale file of your default language.

Interactive Mode

Running rake i18n:extract_html:interactive, you can decide, for every string, which one to move to translation, and it's translation for every language.

i18n-html_extractor's People

Contributors

progm avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.