From fafc898059a171213eb5d391f153004ab4ea1271 Mon Sep 17 00:00:00 2001 From: Vokhmin Alexey V Date: Fri, 8 Nov 2013 20:31:28 +0400 Subject: [PATCH] Added localeapp gem --- .gitignore | 3 ++- Gemfile | 1 + Gemfile.lock | 10 ++++++++++ README.md | 18 +++++++----------- 4 files changed, 20 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 7f6472601..2bc78b8dd 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ config/deploy.rb .swo .swn .ruby-gemset -.ruby-version \ No newline at end of file +.ruby-version +.localeapp \ No newline at end of file diff --git a/Gemfile b/Gemfile index 1153e2053..2aaa6e825 100644 --- a/Gemfile +++ b/Gemfile @@ -103,6 +103,7 @@ group :development do gem 'better_errors' gem 'binding_of_caller' gem 'meta_request' + gem 'localeapp' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index b80e21862..60842db74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -140,6 +140,7 @@ GEM pygments.rb (>= 0.2.13) github-markdown (0.5.3) github-markup (0.7.5) + gli (2.8.1) gollum (2.1.10) github-markdown github-markup (>= 0.7.0, < 1.0.0) @@ -178,6 +179,13 @@ GEM multi_json (>= 1.5) kgio (2.8.0) libv8 (3.3.10.4) + localeapp (0.6.14) + gli + i18n + json + rack + rest-client + ya2yaml logglier (0.2.11) macaddr (1.6.1) systemu (~> 2.5.0) @@ -425,6 +433,7 @@ GEM builder expression_parser will_paginate (3.0.4) + ya2yaml (0.31) PLATFORMS ruby @@ -463,6 +472,7 @@ DEPENDENCIES jbuilder (~> 1.4.2) jquery-rails (~> 2.0.2) js-routes + localeapp logglier mailcatcher meta-tags (~> 1.2.5) diff --git a/README.md b/README.md index fe7cb86f4..e833de4ed 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,11 @@ -RosaLab ABF -=========== +# rosa-build -A distributed environment to build distributions, supporting all steps from managing source code to creating ISO images. If you have any problems or requests please contact -[support](https://abf.rosalinux.ru/contact). +A ruby translation project managed on [Locale](http://www.localeapp.com/) that's open to all! -**Note: This Documentation is in a beta state. Breaking changes may occur.** +## Contributing to rosa-build -[![Build Status](https://travis-ci.org/rosa-abf/rosa-build.png?branch=master)](https://travis-ci.org/rosa-abf/rosa-build) +- Edit the translations directly on the [rosa-build](http://www.localeapp.com/projects/public?search=rosa-build) project on Locale. +- **That's it!** +- The maintainer will then pull translations from the Locale project and push to Github. -* [API](http://abf-doc.rosalinux.ru/abf/api/) -* [Integration with FileStore (.abf.yml)](http://abf-doc.rosalinux.ru/abf/file_store_integration/) -* [ISO build environment](http://abf-doc.rosalinux.ru/abf/iso_build/) -* [Package build environment](http://abf-doc.rosalinux.ru/abf/scripts/) -* [Deployment](http://abf-doc.rosalinux.ru/abf/deployment/) \ No newline at end of file +Happy translating!