Giter Site home page Giter Site logo

i18n_in_place_edit's Introduction

I18nInPlaceEdit
===============

This plugin is meant to make translating your quick and simple through in place edit. The javascript for this has been adopted from http://github.com/nakajima/nakatype/wikis/better-edit-in-place-translateable-js . Small changes have been made to make it work for changing language strings inline.


Installation
=======

script/plugin install git://github.com/jeroenvandijk/i18n_in_place_edit.git 

Put this in the <head> of your application layout:
<%= include_in_place_edit_for_translations %>

When you want to activate translation mode you have to set the environment variable TRANSLATION_MODE to 1. Using mongrel you would start your server as follows:

export TRANSLATION_MODE=1 && script/server

Missing translation string will have the color red and already translated string have the color green. The yaml in which all the translations are saved is located in config/locales and is named 'zzz-nl-in_place_edit.yml'. The zzz is used as prefix to make sure your added translations override older translations.


Copyright (c) 2009 [Jeroen van Dijk], released under the MIT license

i18n_in_place_edit's People

Stargazers

Angus H. avatar Jeroen van Dijk avatar Michael Bumann avatar

Watchers

Jeroen van Dijk avatar James Cloos 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.