worldwide 1.17.1 → 1.17.2

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: 283ab295fb33838515ab5b597be38d5b618e88487a10d9aa915876a42a1db612
4
- data.tar.gz: a1b1ffdf99192087d6bd7a6fb61b8664ab5af785dbd23a245d4a8899e4847ac6
3
+ metadata.gz: 8aa2a75274f1439bdec8b5fbbb78ae60f5210c444248027562f6af4139031a7b
4
+ data.tar.gz: '07779bff765c6f91c499db944a95a03823afea0ccb0fc3a504316560fce3e377'
5
5
  SHA512:
6
- metadata.gz: 615c673a5d98a0cfaa2ea6c2794690ce6d674362fcb87222cd766f1fd5ee6290064539cc6dcd05e69f83b053efc861025f1734d1ff53eab0611042ee34720eac
7
- data.tar.gz: c26cc4f200ce858e92e3ee629d6d7d12a501fea0e5455968a9bbcd44af250ee5ad8b201ff3b87e638293abaa6361650191beac48de420daadca67c38052327fe
6
+ metadata.gz: 69e04dfe9b7426ce4c47c18d671a25a07386c0735a2950ff4741754804f44325abeacd71785ad6b005c19039f28ff8edbdcb7215b5043fdc6b78aee2cd742db3
7
+ data.tar.gz: d2251914d283d093930880539dedbb25e0cb40623d9cbee90dc3e2469a0f7b9b95d3b990b7e5a807c5aa853fde57bd5dace4d229660e3c379c2f6f4b9b4f1cdf
@@ -35,7 +35,8 @@ jobs:
35
35
  run: pnpm install --frozen-lockfile
36
36
  - name: Create release Pull Request or publish to NPM
37
37
  id: changesets
38
- uses: changesets/action@v1
38
+ # uses: changesets/action@v1
39
+ uses: changesets/action@v1.5.1 # workaround until fix for https://github.com/changesets/action/issues/501
39
40
  with:
40
41
  publish: pnpm release
41
42
  cwd: lang/typescript
data/CHANGELOG.md CHANGED
@@ -27,8 +27,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
27
27
 
28
28
  ## [Unreleased]
29
29
 
30
+
30
31
  ---
31
32
 
33
+ ## [1.17.2] - 2025-06-18
34
+ - Add name formatter translations for missing languages [#367](https://github.com/Shopify/worldwide/pull/367)
35
+ - Update South Africa to be considered Tax Inclusive [#352](https://github.com/Shopify/worldwide/pull/352)
36
+
32
37
  ## [1.17.1] - 2025-06-06
33
38
  - Require postcodes and update regex in MT [#354](https://github.com/Shopify/worldwide/pull/354)
34
39
  - Introduce name_alternates for NZ regions [#357](https://github.com/Shopify/worldwide/pull/357)
data/Gemfile.lock CHANGED
@@ -13,7 +13,7 @@ GIT
13
13
  PATH
14
14
  remote: .
15
15
  specs:
16
- worldwide (1.17.1)
16
+ worldwide (1.17.2)
17
17
  activesupport (>= 7.0)
18
18
  i18n
19
19
  phonelib (~> 0.8)
@@ -0,0 +1,5 @@
1
+ ---
2
+ bg:
3
+ names:
4
+ greeting: "%{given}"
5
+ full: "%{given} %{surname}"
@@ -0,0 +1,5 @@
1
+ ---
2
+ el:
3
+ names:
4
+ greeting: "%{given}"
5
+ full: "%{given} %{surname}"
@@ -0,0 +1,5 @@
1
+ ---
2
+ hu:
3
+ names:
4
+ greeting: "%{given}"
5
+ full: "%{surname} %{given}"
@@ -0,0 +1,5 @@
1
+ ---
2
+ id:
3
+ names:
4
+ greeting: "%{given}"
5
+ full: "%{given} %{surname}"
@@ -0,0 +1,5 @@
1
+ ---
2
+ lt:
3
+ names:
4
+ greeting: "%{given}"
5
+ full: "%{given} %{surname}"
@@ -0,0 +1,5 @@
1
+ ---
2
+ ro:
3
+ names:
4
+ greeting: "%{given}"
5
+ full: "%{given} %{surname}"
@@ -0,0 +1,5 @@
1
+ ---
2
+ ru:
3
+ names:
4
+ greeting: "%{given}"
5
+ full: "%{given} %{surname}"
data/data/other/paths.txt CHANGED
@@ -1410,23 +1410,30 @@
1410
1410
  /data/other/lists/zh.yml
1411
1411
  /data/other/lists/zu-ZA.yml
1412
1412
  /data/other/lists/zu.yml
1413
+ /data/other/names/bg.yml
1413
1414
  /data/other/names/cs.yml
1414
1415
  /data/other/names/da.yml
1415
1416
  /data/other/names/de.yml
1417
+ /data/other/names/el.yml
1416
1418
  /data/other/names/en.yml
1417
1419
  /data/other/names/es.yml
1418
1420
  /data/other/names/fi.yml
1419
1421
  /data/other/names/fr.yml
1420
1422
  /data/other/names/hi.yml
1423
+ /data/other/names/hu.yml
1424
+ /data/other/names/id.yml
1421
1425
  /data/other/names/it.yml
1422
1426
  /data/other/names/ja.yml
1423
1427
  /data/other/names/ko.yml
1428
+ /data/other/names/lt.yml
1424
1429
  /data/other/names/ms.yml
1425
1430
  /data/other/names/nb.yml
1426
1431
  /data/other/names/nl.yml
1427
1432
  /data/other/names/pl.yml
1428
1433
  /data/other/names/pt-BR.yml
1429
1434
  /data/other/names/pt-PT.yml
1435
+ /data/other/names/ro.yml
1436
+ /data/other/names/ru.yml
1430
1437
  /data/other/names/sv.yml
1431
1438
  /data/other/names/th.yml
1432
1439
  /data/other/names/tr.yml
@@ -1528,4 +1535,4 @@
1528
1535
  /data/other/units/tr.yml
1529
1536
  /data/other/units/vi.yml
1530
1537
  /data/other/units/zh-CN.yml
1531
- /data/other/units/zh-TW.yml
1538
+ /data/other/units/zh-TW.yml
data/data/regions/ZA.yml CHANGED
@@ -5,6 +5,7 @@ tax: 0.15
5
5
  currency: ZAR
6
6
  unit_system: metric
7
7
  tax_name: VAT
8
+ tax_inclusive: true
8
9
  group: African Countries
9
10
  group_name: Africa
10
11
  # Codes in the range 9000-9299 were formerly used for South West Africa (country code: NA), and are now unassigned
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Worldwide
4
- VERSION = "1.17.1"
4
+ VERSION = "1.17.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: worldwide
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.1
4
+ version: 1.17.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
@@ -6097,23 +6097,30 @@ files:
6097
6097
  - data/other/lists/zh.yml
6098
6098
  - data/other/lists/zu-ZA.yml
6099
6099
  - data/other/lists/zu.yml
6100
+ - data/other/names/bg.yml
6100
6101
  - data/other/names/cs.yml
6101
6102
  - data/other/names/da.yml
6102
6103
  - data/other/names/de.yml
6104
+ - data/other/names/el.yml
6103
6105
  - data/other/names/en.yml
6104
6106
  - data/other/names/es.yml
6105
6107
  - data/other/names/fi.yml
6106
6108
  - data/other/names/fr.yml
6107
6109
  - data/other/names/hi.yml
6110
+ - data/other/names/hu.yml
6111
+ - data/other/names/id.yml
6108
6112
  - data/other/names/it.yml
6109
6113
  - data/other/names/ja.yml
6110
6114
  - data/other/names/ko.yml
6115
+ - data/other/names/lt.yml
6111
6116
  - data/other/names/ms.yml
6112
6117
  - data/other/names/nb.yml
6113
6118
  - data/other/names/nl.yml
6114
6119
  - data/other/names/pl.yml
6115
6120
  - data/other/names/pt-BR.yml
6116
6121
  - data/other/names/pt-PT.yml
6122
+ - data/other/names/ro.yml
6123
+ - data/other/names/ru.yml
6117
6124
  - data/other/names/sv.yml
6118
6125
  - data/other/names/th.yml
6119
6126
  - data/other/names/tr.yml