thecore_ui_commons 3.2.17 → 3.2.18

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: 329d4e5be91f2f8e7c9af063e40543f916760781b3e0bf89d2c56e6c77fa8085
4
- data.tar.gz: cb37b43c45b323268b63e48f0fe8676d930eb7597a858cb43147e0469ab69214
3
+ metadata.gz: 8ed8e75f2274156d17b6270729140f053870a7acf38030f04a63798138a1ec81
4
+ data.tar.gz: f9f72f78226a44178fd48e6fbd3602dd207b74513950565377f6992af8e419c7
5
5
  SHA512:
6
- metadata.gz: 5dec4555823c640876e3e7ff059b3556645a6951c000e896e98cf818d9080a99882e435a2963dd3cda77bc242d26963b236c20d4cc07b86e4fc199ffeab8637c
7
- data.tar.gz: b2f8134fa8f3bcda4c3e6979df8946cdf8d7677a107b0ddb537a403aac613b4148e3d4fa285db609116922b4443de0e58705675613316d91a344e3c1b8b72f2b
6
+ metadata.gz: d160542d4f26b7067495e1eae09823969c4839ec46911b57b6233de4f8dbaf99ff9793be0592ba7f9914687f7ef63bb159b3b06e8a533b2665a3d2f4892cfc95
7
+ data.tar.gz: 7c18363f36ee50179b91652326f24145a1a66182c5998670ce1c77945488f9b766c888c9a363fc44a0a533568db04825a5e336c95801b87a4c39a36fa35c6312
@@ -1,4 +1,5 @@
1
1
  <!DOCTYPE html>
2
+ <!-- Language is set using I18n.locale, which is set in the controller -->
2
3
  <html lang="<%=I18n.locale%>">
3
4
  <head>
4
5
  <%= render partial: "layouts/head" %>
@@ -1,4 +1,6 @@
1
1
  it:
2
+ settings: Impostazioni
3
+ master_data: Anagrafiche
2
4
  activerecord:
3
5
  models:
4
6
  thecore_settings/setting: Configurazioni
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiCommons
2
- VERSION = "3.2.17".freeze
2
+ VERSION = "3.2.18".freeze
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.17
4
+ version: 3.2.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-05 00:00:00.000000000 Z
10
+ date: 2025-02-06 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: thecore_backend_commons