social-share-button 1.0.0 → 1.1.0

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: 0721b9ddc35d1ffad70f667daaddf283ae120665
4
- data.tar.gz: 4334c7de87e66fab2a9137d7559245cb736ade4b
3
+ metadata.gz: 46a5d6a7247115dde4ce77e78fd9d301dcf2fb99
4
+ data.tar.gz: f47b1c60d8c3e521e0cdcc6bda0712f1317fa4cd
5
5
  SHA512:
6
- metadata.gz: '095df690bacb728da3d0452bf5e0bb098db14fc1dcfb59a348c719ad0f1209a7490aecbc7f365c59f1fa6c7d32d2d8b740f2243f4115be38802a47b749642795'
7
- data.tar.gz: 74bb965f0516a4a4047c2bde20801472ad3dbe1ec7d0881c76f60988de4f4fb0ffced645d2d17c31d21a63f04d67d8066908a99889eb49f05865e700d942a456
6
+ metadata.gz: 876b82000a7397c07cf9c56ea687001c77d5647287eb0fd04ad158839bd6c9421d749d5ec69ce78b4b6f0cac1c98cd72b5fd22f2d17abcd98f84f86423e1a4b2
7
+ data.tar.gz: 93c8531ee33742efd10a20967e30d6e1df21687f39ca6a7704d71c5809e6133f8b5bfe57a0c2ddf8a72c9597e8c522bd2bbd73a6cc813605a5bc81ed1f9344a0
@@ -1,3 +1,10 @@
1
+ 1.1.0
2
+ -----
3
+
4
+ - Add German locales (#152)
5
+ - Add Spanish (Castellano) locales (#154)
6
+ - Added Ukrainian and Russian locales (#151)
7
+
1
8
  1.0.0
2
9
  -----
3
10
 
@@ -0,0 +1,23 @@
1
+ de:
2
+ social_share_button:
3
+ share_to: Teilen via %{name}
4
+ weibo: Sina Weibo
5
+ twitter: Twitter
6
+ facebook: Facebook
7
+ douban: Douban
8
+ qq: Qzone
9
+ delicious: Delicious
10
+ google_plus: Google+
11
+ google_bookmark: Google Bookmark
12
+ tumblr: Tumblr
13
+ pinterest: Pinterest
14
+ email: Email
15
+ linkedin: Linkedin
16
+ wechat: WeChat
17
+ wechat_footer: Öffnen Sie Ihr WeChat, tippen auf "Discover" und dann im "Scan QR Code" Menü.
18
+ vkontakte: Vkontakte
19
+ odnoklassniki: Odnoklassniki
20
+ xing: Xing
21
+ reddit: Reddit
22
+ hacker_news: Hacker News
23
+ telegram: Telegram
@@ -0,0 +1,23 @@
1
+ es:
2
+ social_share_button:
3
+ share_to: Compartir vía %{name}
4
+ weibo: Sina Weibo
5
+ twitter: Twitter
6
+ facebook: Facebook
7
+ douban: Douban
8
+ qq: Qzone
9
+ delicious: Delicious
10
+ google_plus: Google+
11
+ google_bookmark: Google Bookmark
12
+ tumblr: Tumblr
13
+ pinterest: Pinterest
14
+ email: Correo electrónico
15
+ linkedin: Linkedin
16
+ wechat: WeChat
17
+ wechat_footer: Abra su WeChat, haga clic en el botón "Descubrir" y luego haga clic en el menú "Escanear código QR".
18
+ vkontakte: Vkontakte
19
+ odnoklassniki: Odnoklassniki
20
+ xing: Xing
21
+ reddit: Reddit
22
+ hacker_news: Hacker News
23
+ telegram: Telegram
@@ -0,0 +1,23 @@
1
+ ru:
2
+ social_share_button:
3
+ share_to: Поделиться в %{name}
4
+ weibo: Sina Weibo
5
+ twitter: Twitter
6
+ facebook: Facebook
7
+ douban: Douban
8
+ qq: Qzone
9
+ delicious: Delicious
10
+ google_plus: Google+
11
+ google_bookmark: Google Bookmark
12
+ tumblr: Tumblr
13
+ pinterest: Pinterest
14
+ email: Email
15
+ linkedin: Linkedin
16
+ wechat: WeChat
17
+ wechat_footer: Откройте WeChat, нажмите кнопку "Discover", затем выберите "Scan QR Code".
18
+ vkontakte: Вконтакте
19
+ odnoklassniki: Однокласники
20
+ xing: Xing
21
+ reddit: Reddit
22
+ hacker_news: Hacker News
23
+ telegram: Telegram
@@ -0,0 +1,23 @@
1
+ uk:
2
+ social_share_button:
3
+ share_to: Поділитись в %{name}
4
+ weibo: Sina Weibo
5
+ twitter: Twitter
6
+ facebook: Facebook
7
+ douban: Douban
8
+ qq: Qzone
9
+ delicious: Delicious
10
+ google_plus: Google+
11
+ google_bookmark: Google Bookmark
12
+ tumblr: Tumblr
13
+ pinterest: Pinterest
14
+ email: Email
15
+ linkedin: Linkedin
16
+ wechat: WeChat
17
+ wechat_footer: Відкрийте WeChat, натисніть кнопку "Discover", потім виберіть "Scan QR Code".
18
+ vkontakte: Вконтакте
19
+ odnoklassniki: Однокласники
20
+ xing: Xing
21
+ reddit: Reddit
22
+ hacker_news: Hacker News
23
+ telegram: Telegram
@@ -1,3 +1,3 @@
1
1
  module SocialShareButton
2
- VERSION = '1.0.0'
2
+ VERSION = '1.1.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: social-share-button
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Lee
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-08 00:00:00.000000000 Z
11
+ date: 2017-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -71,8 +71,12 @@ files:
71
71
  - app/assets/javascripts/social-share-button.coffee
72
72
  - app/assets/javascripts/social-share-button/wechat.coffee
73
73
  - app/assets/stylesheets/social-share-button.css.erb
74
+ - config/locales/social_share_button.de.yml
74
75
  - config/locales/social_share_button.en.yml
76
+ - config/locales/social_share_button.es.yml
75
77
  - config/locales/social_share_button.fr.yml
78
+ - config/locales/social_share_button.ru.yml
79
+ - config/locales/social_share_button.uk.yml
76
80
  - config/locales/social_share_button.zh-CN.yml
77
81
  - config/locales/social_share_button.zh-TW.yml
78
82
  - lib/generators/social_share_button/install_generator.rb