haml-magic-translations 4.0.1 → 4.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +1 -1
- data/VERSION +1 -1
- data/haml-magic-translations.gemspec +2 -2
- metadata +2 -3
data/README.rdoc
CHANGED
@@ -34,7 +34,7 @@ Available backends are +:i18n+, +:gettext+ and +:fast_gettext+
|
|
34
34
|
Now you have to add path to all your .po files with locales. Eg. for i18n backend
|
35
35
|
it will be something like:
|
36
36
|
|
37
|
-
I18n.load_path += Dir["path/to/your/locales/*.{po}"
|
37
|
+
I18n.load_path += Dir["path/to/your/locales/*.{po}"]
|
38
38
|
|
39
39
|
And that's all. Now you can enjoy automatically translations in your .haml files!
|
40
40
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
4.0.
|
1
|
+
4.0.2
|
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{haml-magic-translations}
|
8
|
-
s.version = "4.0.
|
8
|
+
s.version = "4.0.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Kriss Kowalik", "potager.org"]
|
12
|
-
s.date = %q{
|
12
|
+
s.date = %q{2014-05-04}
|
13
13
|
s.description = %q{This plugin provides "magical translations" in your .haml files. What does it
|
14
14
|
mean? It's mean that all your raw texts in templates will be automatically
|
15
15
|
translated by GetText, FastGettext or Gettext backend from I18n. No more
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: haml-magic-translations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2014-05-04 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: haml
|
@@ -195,4 +195,3 @@ signing_key:
|
|
195
195
|
specification_version: 3
|
196
196
|
summary: Provides automaticaly translations in haml templates
|
197
197
|
test_files: []
|
198
|
-
has_rdoc:
|