tkh_content 0.10.5.1 → 0.10.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6519e3a1c0bd65d5eef54b4806c6638f87000608
4
- data.tar.gz: d3c32c2ad29cae100e53d0deaea4d398c9624e78
3
+ metadata.gz: 0d951dd93ce0701b8f607b73cafe41969914202c
4
+ data.tar.gz: de8a4b6e98b7d0da145ede1686ed8efa57352b24
5
5
  SHA512:
6
- metadata.gz: b22044535310234efabefa7af69d060c7d828837959d9df4cde840d6049c7e17a9595d70e3016f1762e046d800bdffcccac1c9bf4ed6c5211a54df9915089c46
7
- data.tar.gz: eda3fc3eaf7c8f23f8a2c981a48267b3c3afcf522b3953e4ace0e28990f7d4f3356f38340722cbf3c94090d17dc9bdf017acd02b971d6c764ec90805910584f3
6
+ metadata.gz: 4c911b617d4d1667d68cd0ab6e4f6cb41dc02c3b757fc44178a964ba2d80dbf5b520d1ce355bee6021092489685789387f4cc3ad3ada99910307db89cc79540e
7
+ data.tar.gz: 0020551ba14ddb59c5bc356e1a0794b2a1ad7e9e9f09c5ab2c951675e60d511bc9f5f4048810796c016ef60cd87f379d5a3b106ac05a75e8e75c6953f1c006d2
data/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
 
4
4
 
5
+ ## 0.10.6
6
+
7
+ * Added translation for comments admin digest list.
8
+
9
+
5
10
  ## 0.10.5.1
6
11
 
7
12
  * CKeditor won't create junk HTML entities anymore.
@@ -68,6 +68,7 @@ de:
68
68
 
69
69
 
70
70
  comments:
71
+ digest_intro: 'List of non-moderated comments from users:'
71
72
  login_needed: 'Du must angemeldet sein, um einen Kommentar zu verfassen'
72
73
  sorted_by_oldest: 'Dieser Abschnitt ist nach Datum sortiert, der älteste Kommentar zuerst, sodass sie von oben nach untern bearbeitet werden können.'
73
74
  what_do_you_think: 'Was denkst Du?'
@@ -67,6 +67,7 @@ en:
67
67
  name: 'Lower case only. Multiple words should be joined by a dash (-) and NOT spaces'
68
68
 
69
69
  comments:
70
+ digest_intro: 'List of non-moderated comments from users:'
70
71
  login_needed: 'You need to be logged in to leave a comment'
71
72
  sorted_by_oldest: 'This section is sorted by oldest comment first so that they can be moderated from top to bottom.'
72
73
  what_do_you_think: 'What do you think?'
@@ -67,6 +67,7 @@ es:
67
67
  name: 'Lower case only. Multiple words should be joined by a dash (-) and NOT spaces'
68
68
 
69
69
  comments:
70
+ digest_intro: 'List of non-moderated comments from users:'
70
71
  login_needed: 'You need to be logged in to leave a comment'
71
72
  sorted_by_oldest: 'This section is sorted by oldest comment first so that they can be moderated from top to bottom.'
72
73
  what_do_you_think: 'What do you think?'
@@ -68,6 +68,7 @@ fr:
68
68
 
69
69
 
70
70
  comments:
71
+ digest_intro: 'Liste des commentaires en attente de revue :'
71
72
  login_needed: 'Vous devez être identifié pour fournir un commentaire'
72
73
  sorted_by_oldest: 'Cette section va du plus vieux au plus recent pour vous permettre de modérer les commentaires du haut en bas.'
73
74
  what_do_you_think: "Qu'en pensez vous ?"
@@ -1,3 +1,3 @@
1
1
  module TkhContent
2
- VERSION = "0.10.5.1"
2
+ VERSION = "0.10.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_content
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.5.1
4
+ version: 0.10.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swami Atma
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-03 00:00:00.000000000 Z
11
+ date: 2015-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -278,7 +278,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
278
278
  version: '0'
279
279
  requirements: []
280
280
  rubyforge_project:
281
- rubygems_version: 2.2.2
281
+ rubygems_version: 2.4.4
282
282
  signing_key:
283
283
  specification_version: 4
284
284
  summary: Rails engine running pages and blog posts.