pxs-forms 0.1.4.2 → 0.1.4.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
  SHA256:
3
- metadata.gz: 10a0766d00fa1229b473bef2d3395b405937ab140f5be595bdb788e08f2b879a
4
- data.tar.gz: 8b666d79845c94be1bd3dbb33ae680d743be1398370f77e4540ba1de5c7f4a98
3
+ metadata.gz: 8707ecab435a38fe1b6a65818c4502fc7de73652383a1f4821e4bb5822ce8b57
4
+ data.tar.gz: e20ed9bea229a6823278026315f682ec4e41524987ebea2e6d2b6c7241318fcc
5
5
  SHA512:
6
- metadata.gz: 657d12ba74ce45eab4ddd4123f0db14cde86e190398404efa37ce7acece16e5bb8cc1ba51b20bc803000a3b5518cbb7d4bd76668e3d907cbd47ef959acf329ac
7
- data.tar.gz: 4170e9c61dd00f01a28f37d5bad76610ab2b2ef70b78ca6f24cf000a503d6c5d6e82802dc81acc4a863eda04f85750669461579ec747aa9b2498b179e2ef5898
6
+ metadata.gz: e6c6a00481aabb923ace1070689a968dc4ac30a1a0e43b1e1c9ffc467b1af100db885d1a84f5604640ff196992be6854474d02089c926a238683b47842972791
7
+ data.tar.gz: 38d788622ff5b623cc553fc3a78f19d720046446a4c4abf991b76454dc80c7871c87f8507071003ee253f7c8429db49febaa953f747165dfce6fd795e6eaa7c5
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unofficial Release
4
4
 
5
+ ## [0.1.4.3] - 2025-04-03
6
+
7
+ - Fix I18n missing from a I18n.t function call
8
+
5
9
  ## [0.1.4] - 2025-04-01
6
10
 
7
11
  - Change error file
@@ -153,7 +153,7 @@ class ModelFormBuilder < ActionView::Helpers::FormBuilder
153
153
  # default options for the `Add` button
154
154
  add = {
155
155
  # add button default label
156
- label: t("actions.new", thing: "#{association_class(association).model_name.human}"),
156
+ label: I18n.t("actions.new", thing: "#{association_class(association).model_name.human}"),
157
157
  # add button default path
158
158
  path: new_associated_model_path(association, name: name)
159
159
  }
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Pxs
4
4
  module Forms
5
- VERSION = "0.1.4.2"
5
+ VERSION = "0.1.4.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pxs-forms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4.2
4
+ version: 0.1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Poubelle
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-04-02 00:00:00.000000000 Z
11
+ date: 2025-04-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: