Added localeapp gem
This commit is contained in:
parent
b3ba6555e2
commit
fafc898059
|
@ -23,4 +23,5 @@ config/deploy.rb
|
|||
.swo
|
||||
.swn
|
||||
.ruby-gemset
|
||||
.ruby-version
|
||||
.ruby-version
|
||||
.localeapp
|
1
Gemfile
1
Gemfile
|
@ -103,6 +103,7 @@ group :development do
|
|||
gem 'better_errors'
|
||||
gem 'binding_of_caller'
|
||||
gem 'meta_request'
|
||||
gem 'localeapp'
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
10
Gemfile.lock
10
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)
|
||||
|
|
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
|
||||
[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/)
|
||||
Happy translating!
|
||||
|
|
Loading…
Reference in New Issue