Express Translate

I18n Translation Interface for end user in Rails app

bash __ _ _ _ /_ _ __ _ __ _ _ _ /__ _ __ __ _ _ __ _| | __ _| |_ _ /_\ \ \/ / '_ \| '__/ _ \ __/ __| / /\/ '__/ _` | '_ \/ __| |/ _` | __/ _ \ //__ > <| |_) | | | __ __ \ / / | | | (_| | | | __ \ | (_| | |_ __/ __/ //\ ._/|| ___|// \/ |_| __,_|_| |_|__/|__,_|_____| |_|

=====

Demo Link

Login with demo account: username: express_translate password: password

Installation

1. Gemfile

gem 'express_translate', '~> 1.0.13'

2. Setup

Run on terminal.

install

3. Install

Open terminal and run:

g express_translate:install

Using

Run

Start Redis Server redis-server

Basic usage

You can see login page at: /express_translate/login

Login with account:

username: "username"
password: "password"

Advanced usage

Modify accounts

Account list config in /config/express_translate.yml. You can add account:

account: 
  - 
    username: "your_username"
    password: "your_password"

You need reset account for modified

http://you_domain/express_translate/reset/account

Seed data

rails g express_translate:seed

Reset data

rails g express_translate:reset

i18next

Add script to header page <script src="http://you_domain/express_translate/i18n/package_id"></script> Note: * you_domain: e.g localhost:3000 * package_id: is a package id.

Support

Import files

Export files

Application

Supported ruby versions

Supported rails versions

Contributing to formnestic

Copyright © 2014 Karl, released under the MIT license