Added localeapp gem
This commit is contained in:
parent
b3ba6555e2
commit
fafc898059
|
@ -23,4 +23,5 @@ config/deploy.rb
|
||||||
.swo
|
.swo
|
||||||
.swn
|
.swn
|
||||||
.ruby-gemset
|
.ruby-gemset
|
||||||
.ruby-version
|
.ruby-version
|
||||||
|
.localeapp
|
1
Gemfile
1
Gemfile
|
@ -103,6 +103,7 @@ group :development do
|
||||||
gem 'better_errors'
|
gem 'better_errors'
|
||||||
gem 'binding_of_caller'
|
gem 'binding_of_caller'
|
||||||
gem 'meta_request'
|
gem 'meta_request'
|
||||||
|
gem 'localeapp'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -140,6 +140,7 @@ GEM
|
||||||
pygments.rb (>= 0.2.13)
|
pygments.rb (>= 0.2.13)
|
||||||
github-markdown (0.5.3)
|
github-markdown (0.5.3)
|
||||||
github-markup (0.7.5)
|
github-markup (0.7.5)
|
||||||
|
gli (2.8.1)
|
||||||
gollum (2.1.10)
|
gollum (2.1.10)
|
||||||
github-markdown
|
github-markdown
|
||||||
github-markup (>= 0.7.0, < 1.0.0)
|
github-markup (>= 0.7.0, < 1.0.0)
|
||||||
|
@ -178,6 +179,13 @@ GEM
|
||||||
multi_json (>= 1.5)
|
multi_json (>= 1.5)
|
||||||
kgio (2.8.0)
|
kgio (2.8.0)
|
||||||
libv8 (3.3.10.4)
|
libv8 (3.3.10.4)
|
||||||
|
localeapp (0.6.14)
|
||||||
|
gli
|
||||||
|
i18n
|
||||||
|
json
|
||||||
|
rack
|
||||||
|
rest-client
|
||||||
|
ya2yaml
|
||||||
logglier (0.2.11)
|
logglier (0.2.11)
|
||||||
macaddr (1.6.1)
|
macaddr (1.6.1)
|
||||||
systemu (~> 2.5.0)
|
systemu (~> 2.5.0)
|
||||||
|
@ -425,6 +433,7 @@ GEM
|
||||||
builder
|
builder
|
||||||
expression_parser
|
expression_parser
|
||||||
will_paginate (3.0.4)
|
will_paginate (3.0.4)
|
||||||
|
ya2yaml (0.31)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
@ -463,6 +472,7 @@ DEPENDENCIES
|
||||||
jbuilder (~> 1.4.2)
|
jbuilder (~> 1.4.2)
|
||||||
jquery-rails (~> 2.0.2)
|
jquery-rails (~> 2.0.2)
|
||||||
js-routes
|
js-routes
|
||||||
|
localeapp
|
||||||
logglier
|
logglier
|
||||||
mailcatcher
|
mailcatcher
|
||||||
meta-tags (~> 1.2.5)
|
meta-tags (~> 1.2.5)
|
||||||
|
|
18
README.md
18
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
|
A ruby translation project managed on [Locale](http://www.localeapp.com/) that's open to all!
|
||||||
[support](https://abf.rosalinux.ru/contact).
|
|
||||||
|
|
||||||
**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/)
|
Happy translating!
|
||||||
* [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/)
|
|
||||||
|
|
Loading…
Reference in New Issue