i18nline 0.0.8.alpha → 0.0.10.alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/i18nline/_base.css +4 -0
- data/app/controllers/i18nline/translations_controller.rb +28 -14
- data/app/views/i18nline/translations/edit_key.html.erb +12 -2
- data/lib/generators/i18nline/templates/config/initializers/i18nline.rb +6 -0
- data/lib/i18nline/version.rb +1 -1
- data/lib/i18nline.rb +3 -0
- data/test/dummy/config/initializers/i18nline.rb +6 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +7184 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1fed974ece9b46e9543a13bd2cfd39c6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/68dc686a51587b32dfe7df0ed46af6e5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/68ec19b2e986f843a7153c1c4e947469 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9bdaf3e65b045b8b71837f5662d72c5a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b009f80f9687a780c4fab949cb1bcc60 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c50a18c681d1e0b8bdc1d2f4569776ca +0 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- metadata +6 -3
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
12050
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: i18nline
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.10.alpha
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rubén Díaz-Jorge Gil
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-11-
|
11
|
+
date: 2013-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -108,7 +108,8 @@ dependencies:
|
|
108
108
|
- - '>='
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: '0'
|
111
|
-
description:
|
111
|
+
description: Integrates with I18n storing translations on database, marks missing
|
112
|
+
translations inline and provides web administration for translations.
|
112
113
|
email:
|
113
114
|
- rubendiazjorge@gmail.com
|
114
115
|
executables: []
|
@@ -205,6 +206,7 @@ files:
|
|
205
206
|
- test/dummy/tmp/cache/assets/development/sprockets/c5d518b12d9d712aa81c6c98a57ad3b5
|
206
207
|
- test/dummy/tmp/cache/assets/development/sprockets/90b42249c96ca020cc4d4e5d209e3662
|
207
208
|
- test/dummy/tmp/cache/assets/development/sprockets/1fed974ece9b46e9543a13bd2cfd39c6
|
209
|
+
- test/dummy/tmp/pids/server.pid
|
208
210
|
- test/dummy/bin/rake
|
209
211
|
- test/dummy/bin/bundle
|
210
212
|
- test/dummy/bin/rails
|
@@ -316,6 +318,7 @@ test_files:
|
|
316
318
|
- test/dummy/tmp/cache/assets/development/sprockets/c5d518b12d9d712aa81c6c98a57ad3b5
|
317
319
|
- test/dummy/tmp/cache/assets/development/sprockets/90b42249c96ca020cc4d4e5d209e3662
|
318
320
|
- test/dummy/tmp/cache/assets/development/sprockets/1fed974ece9b46e9543a13bd2cfd39c6
|
321
|
+
- test/dummy/tmp/pids/server.pid
|
319
322
|
- test/dummy/bin/rake
|
320
323
|
- test/dummy/bin/bundle
|
321
324
|
- test/dummy/bin/rails
|