Skip to content

Commit e3bd945

Browse files
authored
Merge pull request #367 from Shopify/sh.add-missing-names-translations
Add name formatter translations for missing languages
2 parents 583615f + 12fd573 commit e3bd945

File tree

9 files changed

+45
-1
lines changed

9 files changed

+45
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2727

2828
## [Unreleased]
2929

30+
- Add name formatter translations for missing languages [#367](https://github.com/Shopify/worldwide/pull/367)
31+
3032
---
3133

3234
## [1.17.1] - 2025-06-06

data/other/names/bg.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
bg:
3+
names:
4+
greeting: "%{given}"
5+
full: "%{given} %{surname}"

data/other/names/el.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
el:
3+
names:
4+
greeting: "%{given}"
5+
full: "%{given} %{surname}"

data/other/names/hu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
hu:
3+
names:
4+
greeting: "%{given}"
5+
full: "%{surname} %{given}"

data/other/names/id.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
id:
3+
names:
4+
greeting: "%{given}"
5+
full: "%{given} %{surname}"

data/other/names/lt.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
lt:
3+
names:
4+
greeting: "%{given}"
5+
full: "%{given} %{surname}"

data/other/names/ro.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
ro:
3+
names:
4+
greeting: "%{given}"
5+
full: "%{given} %{surname}"

data/other/names/ru.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
ru:
3+
names:
4+
greeting: "%{given}"
5+
full: "%{given} %{surname}"

data/other/paths.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1410,23 +1410,30 @@
14101410
/data/other/lists/zh.yml
14111411
/data/other/lists/zu-ZA.yml
14121412
/data/other/lists/zu.yml
1413+
/data/other/names/bg.yml
14131414
/data/other/names/cs.yml
14141415
/data/other/names/da.yml
14151416
/data/other/names/de.yml
1417+
/data/other/names/el.yml
14161418
/data/other/names/en.yml
14171419
/data/other/names/es.yml
14181420
/data/other/names/fi.yml
14191421
/data/other/names/fr.yml
14201422
/data/other/names/hi.yml
1423+
/data/other/names/hu.yml
1424+
/data/other/names/id.yml
14211425
/data/other/names/it.yml
14221426
/data/other/names/ja.yml
14231427
/data/other/names/ko.yml
1428+
/data/other/names/lt.yml
14241429
/data/other/names/ms.yml
14251430
/data/other/names/nb.yml
14261431
/data/other/names/nl.yml
14271432
/data/other/names/pl.yml
14281433
/data/other/names/pt-BR.yml
14291434
/data/other/names/pt-PT.yml
1435+
/data/other/names/ro.yml
1436+
/data/other/names/ru.yml
14301437
/data/other/names/sv.yml
14311438
/data/other/names/th.yml
14321439
/data/other/names/tr.yml
@@ -1528,4 +1535,4 @@
15281535
/data/other/units/tr.yml
15291536
/data/other/units/vi.yml
15301537
/data/other/units/zh-CN.yml
1531-
/data/other/units/zh-TW.yml
1538+
/data/other/units/zh-TW.yml

0 commit comments

Comments
 (0)