godmin-redactor 0.1.2 → 0.1.3

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: e549e5a6ee0d3d7f2662cd0d3e47817719d62a68
4
- data.tar.gz: 9939916d66fc0efe2461faf47c2cedae2d7c8bf3
3
+ metadata.gz: 65352739aa6cdabe2cb3e41848357c3371b8599f
4
+ data.tar.gz: 15ff8cd3aac81debd346f5f8d851b414d94e7627
5
5
  SHA512:
6
- metadata.gz: d5daa9460f9bc1a3df3fcddb747e81719e743f5e12c8f501a1d0b944bea4ced0a79bbbee7e094aa8c52d82b614a420f9fac7746f0f6754abdafde74cb10e5603
7
- data.tar.gz: e6d303f8104f8b58cf160cb4e63b1ed1c82afeab4a6c6d911ceb40ab9b1504704f9dd6872777c2f066677ce75d5da9c7f1dfe1916e17433cd2f37fad062075e2
6
+ metadata.gz: c2c01d1cbd3cb01b4987c26676062b45fad788ca58c1d93c7adcc9be6cd259a7d190e1680b4ac173eae7c680d54c0243e2b405f2cae72558854aed706b56f9df
7
+ data.tar.gz: a41d8d157f881e27e63a787f680513121b70607242de4a6b48c14b28554b0adb7607780d00ed376f64f7f2ba343bca1d13acd3ad2e5d71f0cf02a9c129c4401f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.1.3 - 2015-03-27
4
+ Features
5
+ - Updates Swedish translation (It's called "Brödtext")
6
+
3
7
  ### 0.1.2 - 2015-03-26
4
8
  Features
5
9
  - Adds possibility to use multiple redactor areas with different configurations on the same page
@@ -1,5 +1,5 @@
1
1
  module Godmin
2
2
  module Redactor
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
@@ -55,7 +55,7 @@ $.Redactor.opts.langs['sv'] = {
55
55
  or_choose: 'Eller välj',
56
56
  orderedlist: 'Ordnad lista',
57
57
  outdent: 'Minska indentering',
58
- paragraph: 'Paragraf',
58
+ paragraph: 'Brödtext',
59
59
  quote: 'Citat',
60
60
  right: 'Höger',
61
61
  rows: 'Rader',
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: godmin-redactor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Varvet
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-26 00:00:00.000000000 Z
11
+ date: 2015-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: godmin