pageflow-public-i18n 1.28.0 → 1.29.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
  SHA256:
3
- metadata.gz: f34a2c3fc55a28f053293a764038969ff718e4c06cffb3de9d571715e923a2ef
4
- data.tar.gz: 21531583e99a0389af146dff3ff63218216e644cd65d4995fa80a16ff2e337bf
3
+ metadata.gz: 3e496bfc5915885e528070f466779b182933367932d1c5ad6d50056aa15b2f1c
4
+ data.tar.gz: 5539cd84a1282c9a215175af737d44bf952b69c293f6a80d2eb83e94638d72b9
5
5
  SHA512:
6
- metadata.gz: b9655837628420663f61032eb49f4a0f5d5888f4ca931cd54ab5028f7ed261f5fdf57e90432e0275c552587bef4a38472863e5c0d2f1b8d2ba9daa6a36751a6e
7
- data.tar.gz: b2ac9336498a2b8e0cc07b19aa20c42c3d8a9970d6758d17a6c0f79c54a8ecfcabb02f4f4c337811d8bb1adb0806fe4f6a24d8abf1473b57eb2b10438456d856
6
+ metadata.gz: 36d24d43085d4dde63d0fc577c8e238f5514a323919359eafd5abbef9ee95c3e1c5e6976b18a3093e0302c3f690106a858e51b1fc518c1f51d115e361e3a9720
7
+ data.tar.gz: 78d4d5d070207ec4fcafffe24f0c34e9c01f48378f5f2d66a33b693ac005bf0f543be80e1f053e1fbf5abfc6cc8366ec3546923bca4219eecf869a9d3fbe955b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # CHANGELOG
2
2
 
3
+ ### Version 1.29.0
4
+
5
+ 2025-09-17
6
+
7
+ [Compare changes](https://github.com/codevise/pageflow-public-i18n/compare/v1.28.0...v1.29.0)
8
+
9
+ - New keys: `pageflow.public.share_on_bluesky`
10
+ - New keys: `pageflow.public.share_on_threads`
11
+ - New keys: `pageflow_scrolled.public.go_to_image_gallery_item`
12
+ - New keys: `pageflow_scrolled.public.image_gallery_pagination`
13
+
3
14
  ### Version 1.28.0
4
15
 
5
16
  2024-10-22
@@ -118,9 +118,11 @@ de:
118
118
  share: Teilen
119
119
  share_in_telegram: In Telegram teilen
120
120
  share_in_whats_app: In WhatsApp teilen
121
+ share_on_bluesky: Auf Bluesky teilen
121
122
  share_on_facebook: Auf Facebook teilen
122
123
  share_on_google: Auf Google teilen
123
124
  share_on_linked_in: Auf LinkedIn teilen
125
+ share_on_threads: Auf Threads teilen
124
126
  share_on_twitter: Auf X teilen
125
127
  share_this_entry: Diesen Beitrag
126
128
  share_this_page: Diese Seite
@@ -195,6 +197,8 @@ de:
195
197
  consent_settings: Privatsphäre-Einstellungen
196
198
  enter_fullscreen: Vollbild
197
199
  exit_fullscreen: Vollbild verlassen
200
+ go_to_image_gallery_item: "Gehe zu Bild %{index}"
201
+ image_gallery_pagination: "Bildergalerie-Paginierung"
198
202
  image_rights: Bildrechte
199
203
  inline_file_rights_labels:
200
204
  after: Nachher-Bild
@@ -117,9 +117,11 @@ en:
117
117
  share: Share
118
118
  share_in_telegram: Share in Telegram
119
119
  share_in_whats_app: Share in WhatsApp
120
+ share_on_bluesky: Share on Bluesky
120
121
  share_on_facebook: Share on Facebook
121
122
  share_on_google: Share on Google
122
123
  share_on_linked_in: Share on LinkedIn
124
+ share_on_threads: Share on Threads
123
125
  share_on_twitter: Share on X
124
126
  share_this_entry: This story
125
127
  share_this_page: This page
@@ -193,6 +195,8 @@ en:
193
195
  consent_settings: Privacy Settings
194
196
  enter_fullscreen: Fullscreen
195
197
  exit_fullscreen: Exit fullscreen
198
+ go_to_image_gallery_item: "Go to image %{index}"
199
+ image_gallery_pagination: "Image gallery pagination"
196
200
  image_rights: Image rights
197
201
  inline_file_rights_labels:
198
202
  after: After image
data/crowdin.yml ADDED
@@ -0,0 +1,3 @@
1
+ files:
2
+ - source: config/locales/en.yml
3
+ translation: '%original_path%/%two_letters_code%.yml'
@@ -1,5 +1,5 @@
1
1
  module Pageflow
2
2
  module PublicI18n
3
- VERSION = '1.28.0'.freeze
3
+ VERSION = '1.29.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pageflow-public-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.0
4
+ version: 1.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codevise Solutions Ltd.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-10-22 00:00:00.000000000 Z
11
+ date: 2025-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -92,6 +92,7 @@ files:
92
92
  - config/locales/zh.yml
93
93
  - config/new/de.yml
94
94
  - config/new/en.yml
95
+ - crowdin.yml
95
96
  - lib/pageflow-public-i18n.rb
96
97
  - lib/pageflow/public_i18n/engine.rb
97
98
  - lib/pageflow/public_i18n/version.rb