Skip to content

Commit 24db79c

Browse files
committed
Traducciones con localeapp
1 parent 7cb6de5 commit 24db79c

File tree

11 files changed

+2813
-986
lines changed

11 files changed

+2813
-986
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ sgemset
4545

4646
# CTAGS generated files
4747
.tags*
48+
49+
.localeapp

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ group :development, :test do
5959
gem "rspec-rails", '~> 3.4.0'
6060
gem "capybara", '~> 2.4.4'
6161
gem "byebug"
62+
gem "localeapp"
6263
end
6364

6465
group :test do

Gemfile.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ GEM
121121
thread_safe (~> 0.1)
122122
warden (~> 1.2.3)
123123
diff-lcs (1.2.5)
124+
domain_name (0.5.20170223)
125+
unf (>= 0.0.5, < 1.0.0)
124126
dotenv (1.0.2)
125127
dotenv-rails (1.0.2)
126128
dotenv (= 1.0.2)
@@ -151,6 +153,7 @@ GEM
151153
formtastic (3.1.3)
152154
actionpack (>= 3.2.13)
153155
formtastic_i18n (0.1.1)
156+
gli (2.16.0)
154157
globalid (0.3.6)
155158
activesupport (>= 4.1.0)
156159
has_scope (0.6.0)
@@ -160,6 +163,8 @@ GEM
160163
high_voltage (2.1.0)
161164
hstore_translate (1.0.0)
162165
activerecord (>= 3.1.0)
166+
http-cookie (1.0.3)
167+
domain_name (~> 0.5)
163168
http_accept_language (2.0.2)
164169
i18n (0.7.0)
165170
inherited_resources (1.6.0)
@@ -178,6 +183,11 @@ GEM
178183
actionpack (>= 3.0.0)
179184
activesupport (>= 3.0.0)
180185
kgio (2.10.0)
186+
localeapp (2.1.1)
187+
gli
188+
i18n (~> 0.4)
189+
json
190+
rest-client
181191
loofah (2.0.3)
182192
nokogiri (>= 1.5.9)
183193
mail (2.6.4)
@@ -193,6 +203,7 @@ GEM
193203
net-scp (1.2.1)
194204
net-ssh (>= 2.6.5)
195205
net-ssh (2.9.2)
206+
netrc (0.11.0)
196207
nokogiri (1.6.7.2)
197208
mini_portile2 (~> 2.0.0.rc2)
198209
orm_adapter (0.5.0)
@@ -258,6 +269,10 @@ GEM
258269
rdiscount (2.1.7.1)
259270
responders (2.0.2)
260271
railties (>= 4.2.0.alpha, < 5)
272+
rest-client (2.0.1)
273+
http-cookie (>= 1.0.2, < 2.0)
274+
mime-types (>= 1.16, < 4.0)
275+
netrc (~> 0.8)
261276
rollbar (2.8.3)
262277
multi_json
263278
rspec-core (3.4.1)
@@ -327,6 +342,9 @@ GEM
327342
uglifier (2.7.2)
328343
execjs (>= 0.3.0)
329344
json (>= 1.8.0)
345+
unf (0.1.4)
346+
unf_ext
347+
unf_ext (0.0.7.2)
330348
unicorn (5.0.1)
331349
kgio (~> 2.6)
332350
rack
@@ -375,6 +393,7 @@ DEPENDENCIES
375393
jquery-rails (= 4.0.4)
376394
jquery-ui-rails
377395
kaminari
396+
localeapp
378397
memcachier
379398
nokogiri (= 1.6.7.2)
380399
pg (= 0.17.1)

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,15 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
6767
OTHER DEALINGS IN THE SOFTWARE.
6868

6969
For more information, please refer to <http://unlicense.org/>
70+
71+
---
72+
73+
A ruby translation project managed on [Locale](http://www.localeapp.com/) that's open to all!
74+
75+
## Contributing to coopdevs/timeoverflow
76+
77+
- Edit the translations directly on the [coopdevs/timeoverflow](http://www.localeapp.com/projects/public?search=coopdevs/timeoverflow) project on Locale.
78+
- **That's it!**
79+
- The maintainer will then pull translations from the Locale project and push to Github.
80+
81+
Happy translating!

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Application < Rails::Application
2020
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
2121
# config.i18n.default_locale = :de
2222
config.i18n.default_locale = :es
23-
config.i18n.available_locales = [:es, :ca, :en]
23+
config.i18n.available_locales = [:es, :ca, :en, :gl, :eu, :ar]
2424
config.i18n.fallbacks = true
2525

2626
# Do not swallow errors in after_commit/after_rollback callbacks.

0 commit comments

Comments
 (0)