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 +4 -4
- data/CHANGELOG.md +11 -0
- data/config/locales/de.yml +4 -0
- data/config/locales/en.yml +4 -0
- data/crowdin.yml +3 -0
- data/lib/pageflow/public_i18n/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e496bfc5915885e528070f466779b182933367932d1c5ad6d50056aa15b2f1c
|
4
|
+
data.tar.gz: 5539cd84a1282c9a215175af737d44bf952b69c293f6a80d2eb83e94638d72b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
data/config/locales/de.yml
CHANGED
@@ -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
|
data/config/locales/en.yml
CHANGED
@@ -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
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.
|
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:
|
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
|