tkh_content 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
 
4
4
 
5
+ ## 0.1.12
6
+
7
+ * Translated submit button of contact form
8
+
9
+
5
10
  ## 0.1.11
6
11
 
7
12
  * Added some translations to the contact form area
@@ -8,7 +8,7 @@
8
8
  </div>
9
9
 
10
10
  <div class="form-actions">
11
- <%= f.button :submit, 'send your message', :class => 'btn btn-primary' %>
11
+ <%= f.button :submit, t('contacts.send_message'), :class => 'btn btn-primary' %>
12
12
  </div>
13
13
 
14
14
  <% end %>
@@ -41,7 +41,8 @@ de:
41
41
  notice: 'Die Seite wurde gelöscht.'
42
42
  root_warning: "Du kannst diese Seite nicht löschen, da es die Root-Seite ist. Du kannst sie nur bearbeiten."
43
43
 
44
- contacts:
44
+ contacts:
45
+ send_message: 'die Nachricht zu senden'
45
46
  sent: 'Gesendet am'
46
47
 
47
48
  create:
@@ -42,6 +42,7 @@ en:
42
42
  root_warning: "You cannot delete this page as this is the root page of the site. You should only modify it."
43
43
 
44
44
  contacts:
45
+ send_message: 'send message'
45
46
  sent: 'Sent at'
46
47
 
47
48
  create:
@@ -41,7 +41,8 @@ es:
41
41
  notice: 'la página se ha eliminado'
42
42
  root_warning: "No se puede eliminar la página, ya que es la bienvenida principal. Por favor, cámbialo."
43
43
 
44
- contacts:
44
+ contacts:
45
+ send_message: 'enviar el mensaje'
45
46
  sent: 'Enviado a las'
46
47
 
47
48
  create:
@@ -41,7 +41,8 @@ fr:
41
41
  notice: 'La page a été supprimée.'
42
42
  root_warning: "Vous ne pouvez pas supprimer cette page parce que c'est la page principale de bienvenue. Veuillez la modifier."
43
43
 
44
- contacts:
44
+ contacts:
45
+ send_message: 'envoyez le message'
45
46
  sent: 'Envoyé le'
46
47
 
47
48
  create:
@@ -1,3 +1,3 @@
1
1
  module TkhContent
2
- VERSION = "0.1.11"
2
+ VERSION = "0.1.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_content
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-10 00:00:00.000000000 Z
12
+ date: 2013-01-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -237,7 +237,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
237
237
  version: '0'
238
238
  segments:
239
239
  - 0
240
- hash: 2718395640424394989
240
+ hash: 3561320903126267632
241
241
  required_rubygems_version: !ruby/object:Gem::Requirement
242
242
  none: false
243
243
  requirements:
@@ -246,7 +246,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
246
246
  version: '0'
247
247
  segments:
248
248
  - 0
249
- hash: 2718395640424394989
249
+ hash: 3561320903126267632
250
250
  requirements: []
251
251
  rubyforge_project:
252
252
  rubygems_version: 1.8.23