worldwide 1.17.5 → 1.18.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 49346af64c50b82aac4e3e9bada525d00979a6646667a92e70eed946e373cb14
4
- data.tar.gz: 8bfdd047171b7ba54bd1da3d498ffb95361f53599e76f7785ee5f0db14f62785
3
+ metadata.gz: 34f7bb3c955716343037d30822b2652a535c68be3fada2a11967cc7d6b40763a
4
+ data.tar.gz: d4bcd46d48d03279e5e297571a6b65dbefe846e23c877e2a05df526192d5f5eb
5
5
  SHA512:
6
- metadata.gz: 684e1354d3709fdd7de1dfad814c590b507e549c0ae87d00b1434aac41b94abe47e2e5167d123346f387d90e05bd463ab54adfb7a2c88809805383b513cf978e
7
- data.tar.gz: f73651678b07294ba5fcc4c84be784b13fb4b4c6a8f9a91192055ea0020ef9e4e320ad9a76ac94aab64f520ddf52df67a53684ad3a372d529a711949aa5e5d13
6
+ metadata.gz: c58b180cb67553facc810f2a59a5ba9e2dc16d36ee04f7b8e1961c9cd52484edb2a987739b06551cc7f14326e39f80d1e6afbbcf340f1d5e9c80622fb4dfd029
7
+ data.tar.gz: 422f9b02f981eecf17bbbbfe2cbd25a8187c12f9f041808f30a7d39eed28ea1bd421c2f97f69016747a744fee60bfd62817e5418c2ec0ab4310dac15cbd537ca
@@ -1,6 +1,10 @@
1
1
  name: CI Typescript
2
2
 
3
- on: [push, pull_request]
3
+ on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - main
4
8
 
5
9
  jobs:
6
10
  build:
@@ -11,9 +15,9 @@ jobs:
11
15
  working-directory: lang/typescript
12
16
  steps:
13
17
  - name: Check out code
14
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15
19
  - name: Setup Node
16
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
20
+ uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
17
21
  with:
18
22
  node-version: 20
19
23
  - name: Setup PNPM
@@ -1,6 +1,10 @@
1
1
  name: CI
2
2
 
3
- on: [push, pull_request]
3
+ on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - main
4
8
 
5
9
  jobs:
6
10
  build:
@@ -16,13 +20,16 @@ jobs:
16
20
  BUNDLE_GEMFILE: ${{ matrix.gemfile }}
17
21
  steps:
18
22
  - name: Check out code
19
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20
24
  - name: Set up Ruby ${{ matrix.ruby }}
21
- uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.0
25
+ uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
22
26
  with:
23
27
  ruby-version: ${{ matrix.ruby }}
24
28
  bundler-cache: true
25
- - name: Tests
26
- run: bin/test
27
29
  - name: RuboCop
28
30
  run: bin/style
31
+ - name: Tests
32
+ run: bin/test
33
+ - name: CLDR Rake Tasks Integration Test
34
+ run: bin/test-cldr-rake-tasks
35
+
@@ -20,11 +20,11 @@ jobs:
20
20
  working-directory: lang/typescript
21
21
  steps:
22
22
  - name: Checkout Repo
23
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24
24
  with:
25
25
  token: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}
26
26
  - name: Setup Node
27
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
27
+ uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
28
28
  with:
29
29
  node-version: 20
30
30
  - name: Setup PNPM
data/CHANGELOG.md CHANGED
@@ -29,6 +29,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
29
29
 
30
30
  ---
31
31
 
32
+ ## [1.18.0] - 2025-10-08
33
+ - Fix broken CLDR data rake tasks [#389](https://github.com/Shopify/worldwide/pull/389)
34
+ - Read paths files in `configure_i18n` instead of at module initialization (ibid.)
35
+ - Regenerate files to include minor translation updates from previously released changes (ibid.)
36
+ - Add CI for CLDR data rake tasks (ibid.)
37
+ - Add Traditional Chinese translations for Chinese provinces and subdivisions of Taiwan [#390](https://github.com/Shopify/worldwide/pull/390)
38
+
32
39
  ## [1.17.5] - 2025-07-31
33
40
  - Update Romania VAT rate from 19% to 21% [#379](https://github.com/Shopify/worldwide/pull/379)
34
41
  - Add iana_to_rails_time_zone mapping for America/Coyhaique [#378](https://github.com/Shopify/worldwide/pull/378)
data/Gemfile.lock CHANGED
@@ -13,7 +13,7 @@ GIT
13
13
  PATH
14
14
  remote: .
15
15
  specs:
16
- worldwide (1.17.5)
16
+ worldwide (1.18.0)
17
17
  activesupport (>= 7.0)
18
18
  i18n
19
19
  phonelib (~> 0.8)
@@ -58,9 +58,9 @@ GEM
58
58
  mocha (2.0.2)
59
59
  ruby2_keywords (>= 0.0.5)
60
60
  mutex_m (0.1.2)
61
- nokogiri (1.18.3-arm64-darwin)
61
+ nokogiri (1.18.9-arm64-darwin)
62
62
  racc (~> 1.4)
63
- nokogiri (1.18.3-x86_64-linux-gnu)
63
+ nokogiri (1.18.9-x86_64-linux-gnu)
64
64
  racc (~> 1.4)
65
65
  parallel (1.24.0)
66
66
  parser (3.3.0.5)
@@ -0,0 +1,110 @@
1
+ #!/bin/bash
2
+ set -euo pipefail
3
+
4
+ # This script ensures that running all CLDR rake tasks in sequence
5
+ # produces no unexpected changes to the working directory.
6
+ # Only the vendor directory should be created/modified.
7
+
8
+ # Get the workspace root (parent directory of bin/)
9
+ WORKSPACE_ROOT="$(cd "$(dirname "$0")/.." && pwd)"
10
+
11
+ cd "$WORKSPACE_ROOT"
12
+
13
+ # Define the tasks in the order they should be run (as per cldr.rake comments)
14
+ TASKS=(
15
+ "cldr:data:clean"
16
+ "cldr:data:import"
17
+ "cldr:data:patch"
18
+ "cldr:data:generate"
19
+ "cldr:data:generate_paths"
20
+ )
21
+
22
+ echo "Running CLDR rake tasks integration test..."
23
+ echo
24
+
25
+ # Run each task in order
26
+ for task in "${TASKS[@]}"; do
27
+ echo "Running rake task: $task"
28
+ if ! bundle exec rake "$task"; then
29
+ echo "ERROR: Failed to run rake task $task" >&2
30
+ exit 1
31
+ fi
32
+ done
33
+
34
+ echo
35
+ echo "Checking for unexpected changes..."
36
+
37
+ # Get all modified/deleted tracked files
38
+ MODIFIED_FILES=$(git diff --name-only HEAD || true)
39
+
40
+ # Get all untracked files (excluding gitignored files)
41
+ UNTRACKED_FILES=$(git ls-files --others --exclude-standard || true)
42
+
43
+ # Combine and filter out vendor/ directory
44
+ UNEXPECTED_CHANGES=$(
45
+ (echo "$MODIFIED_FILES"; echo "$UNTRACKED_FILES") | \
46
+ grep -v '^$' | \
47
+ grep -v '^vendor/' || true
48
+ )
49
+
50
+ # Check if there are any unexpected changes
51
+ if [ -n "$UNEXPECTED_CHANGES" ]; then
52
+ echo "Detected file changes, checking if they are semantic differences..."
53
+
54
+ # Separate YAML files from other files
55
+ YAML_FILES=$(echo "$UNEXPECTED_CHANGES" | grep -E '\.ya?ml$' || true)
56
+ NON_YAML_FILES=$(echo "$UNEXPECTED_CHANGES" | grep -vE '\.ya?ml$' || true)
57
+
58
+ # Parse YAML files and check for differences in loaded data
59
+ # Required because different ruby/psych/libyaml versions can have slightly different serialization behaviours
60
+ # that don't change the loaded data e.g. double-quotes around strings containing certain characters.
61
+ # Ordinarily we would just regenerate the files using the latest dependency versions, but we're purposely
62
+ # testing against multiple rubies.
63
+ YAML_FILES_WITH_SEMANTIC_CHANGES=""
64
+ if [ -n "$YAML_FILES" ]; then
65
+ echo " Checking YAML files for semantic differences..."
66
+ while IFS= read -r file; do
67
+ if [ -n "$file" ] && [ -f "$file" ]; then
68
+ # Compare YAML files semantically by normalizing them
69
+ OLD_NORMALIZED=$(git show HEAD:$file | bundle exec ruby -e "require 'yaml'; require 'date'; puts YAML.dump(YAML.unsafe_load(STDIN.read))" 2>/dev/null)
70
+ NEW_NORMALIZED=$(cat "$file" | bundle exec ruby -e "require 'yaml'; require 'date'; puts YAML.dump(YAML.unsafe_load(STDIN.read))" 2>/dev/null)
71
+ if [ "$OLD_NORMALIZED" != "$NEW_NORMALIZED" ]; then
72
+ YAML_FILES_WITH_SEMANTIC_CHANGES="${YAML_FILES_WITH_SEMANTIC_CHANGES}${file}\n"
73
+ fi
74
+ fi
75
+ done <<< "$YAML_FILES"
76
+ fi
77
+
78
+ # Combine YAML diffs with all non-YAML changes
79
+ REAL_CHANGES=$(echo -e "${YAML_FILES_WITH_SEMANTIC_CHANGES}${NON_YAML_FILES}" | grep -v '^$' || true)
80
+
81
+ if [ -n "$REAL_CHANGES" ]; then
82
+ echo "ERROR: Unexpected changes detected after running CLDR rake tasks:" >&2
83
+ echo >&2
84
+ echo "Changed files:" >&2
85
+ echo "$REAL_CHANGES" | sed 's/^/ /' >&2
86
+ echo >&2
87
+ echo "Diffs of unexpected changes:" >&2
88
+ echo "$REAL_CHANGES" | while IFS= read -r file; do
89
+ if [ -n "$file" ]; then
90
+ echo "=== $file ===" >&2
91
+ # Check if file is tracked (modified) or untracked
92
+ if git ls-files --error-unmatch "$file" >/dev/null 2>&1; then
93
+ # File is tracked, show regular diff
94
+ git --no-pager diff HEAD "$file" || true
95
+ else
96
+ # File is untracked, show it as a new file
97
+ git --no-pager diff --no-index /dev/null "$file" || true
98
+ fi
99
+ echo >&2
100
+ fi
101
+ done
102
+ echo "Only changes to the ./vendor directory are expected." >&2
103
+ exit 1
104
+ else
105
+ echo "✓ All file changes are formatting-only (e.g., YAML quoting differences)"
106
+ fi
107
+ fi
108
+
109
+ echo "✓ All CLDR rake tasks completed successfully with no unexpected changes"
110
+ exit 0
@@ -2,6 +2,62 @@
2
2
  zh-Hant:
3
3
  subdivisions:
4
4
  arc: 布宜諾斯艾利斯自治市
5
+ cnah: 安徽
6
+ cnbj: 北京
7
+ cncq: 重慶
8
+ cnfj: 福建
9
+ cngd: 廣東
10
+ cngs: 甘肅
11
+ cngx: 廣西
12
+ cngz: 貴州
13
+ cnha: 河南
14
+ cnhb: 湖北
15
+ cnhe: 河北
16
+ cnhi: 海南
17
+ cnhk: 香港
18
+ cnhl: 黑龍江
19
+ cnhn: 湖南
20
+ cnjl: 吉林
21
+ cnjs: 江蘇
22
+ cnjx: 江西
23
+ cnln: 遼寧
24
+ cnmo: 澳門
25
+ cnnm: 內蒙古
26
+ cnnx: 寧夏
27
+ cnqh: 青海
28
+ cnsc: 四川
29
+ cnsd: 山東
30
+ cnsh: 上海
31
+ cnsn: 陝西
32
+ cnsx: 山西
33
+ cntj: 天津
34
+ cntw: 台灣
35
+ cnxj: 新疆
36
+ cnxz: 西藏
37
+ cnyn: 雲南
38
+ cnzj: 浙江
5
39
  gbeng: 英格蘭
6
40
  gbsct: 蘇格蘭
7
41
  gbwls: 威爾斯
42
+ twcha: 彰化
43
+ twcyi: 嘉義縣
44
+ twcyq: 嘉義
45
+ twhsq: 新竹縣
46
+ twhsz: 新竹
47
+ twhua: 花蓮
48
+ twila: 宜蘭
49
+ twkee: 基隆
50
+ twkhh: 高雄
51
+ twkin: 金門
52
+ twlie: 連江
53
+ twmia: 苗栗
54
+ twnan: 南投
55
+ twnwt: 新北市
56
+ twpen: 澎湖
57
+ twpif: 屏東
58
+ twtao: 桃園
59
+ twtnn: 臺南
60
+ twtpe: 臺北市
61
+ twttt: 臺東
62
+ twtxg: 臺中
63
+ twyun: 雲林
@@ -2,6 +2,62 @@
2
2
  zh-TW:
3
3
  subdivisions:
4
4
  arc: 布宜諾斯艾利斯自治市
5
+ cnah: 安徽
6
+ cnbj: 北京
7
+ cncq: 重慶
8
+ cnfj: 福建
9
+ cngd: 廣東
10
+ cngs: 甘肅
11
+ cngx: 廣西
12
+ cngz: 貴州
13
+ cnha: 河南
14
+ cnhb: 湖北
15
+ cnhe: 河北
16
+ cnhi: 海南
17
+ cnhk: 香港
18
+ cnhl: 黑龍江
19
+ cnhn: 湖南
20
+ cnjl: 吉林
21
+ cnjs: 江蘇
22
+ cnjx: 江西
23
+ cnln: 遼寧
24
+ cnmo: 澳門
25
+ cnnm: 內蒙古
26
+ cnnx: 寧夏
27
+ cnqh: 青海
28
+ cnsc: 四川
29
+ cnsd: 山東
30
+ cnsh: 上海
31
+ cnsn: 陝西
32
+ cnsx: 山西
33
+ cntj: 天津
34
+ cntw: 台灣
35
+ cnxj: 新疆
36
+ cnxz: 西藏
37
+ cnyn: 雲南
38
+ cnzj: 浙江
5
39
  gbeng: 英格蘭
6
40
  gbsct: 蘇格蘭
7
41
  gbwls: 威爾斯
42
+ twcha: 彰化
43
+ twcyi: 嘉義縣
44
+ twcyq: 嘉義
45
+ twhsq: 新竹縣
46
+ twhsz: 新竹
47
+ twhua: 花蓮
48
+ twila: 宜蘭
49
+ twkee: 基隆
50
+ twkhh: 高雄
51
+ twkin: 金門
52
+ twlie: 連江
53
+ twmia: 苗栗
54
+ twnan: 南投
55
+ twnwt: 新北市
56
+ twpen: 澎湖
57
+ twpif: 屏東
58
+ twtao: 桃園
59
+ twtnn: 臺南
60
+ twtpe: 臺北市
61
+ twttt: 臺東
62
+ twtxg: 臺中
63
+ twyun: 雲林
@@ -142,7 +142,7 @@ bg-BG:
142
142
  one: преди %{count} минута
143
143
  other: преди %{count} минути
144
144
  cc_expiry_date: "%m/%Y"
145
- am: AM
146
- pm: PM
145
+ am: пр. обед
146
+ pm: следобед
147
147
  just_now: Току-що
148
148
  yesterday: вчера
@@ -29,13 +29,13 @@ bg:
29
29
  default: "%-d.%02m.%Y г."
30
30
  billing: "%-d.%02m.%Y г."
31
31
  yearless_ordinal: "%{ordinalized_day} %B"
32
- today_at_time: "%02k:%M ч. днес"
33
- yesterday_at_time: "%02k:%M ч. вчера"
34
- tomorrow_at_time: "%02k:%M ч. утре"
35
- on_weekday_at_time: "%02k:%M ч. %A"
36
- on_date_time_current_year: "%02k:%M ч. %-d.%02m"
37
- on_date: "%-d.%02m.%Y г."
38
- ago: "%{time} ago"
32
+ today_at_time: Днес в %02k:%M ч.
33
+ yesterday_at_time: Вчера в %02k:%M ч.
34
+ tomorrow_at_time: Утре в %02k:%M ч.
35
+ on_weekday_at_time: "%A в %02k:%M ч."
36
+ on_date_time_current_year: "%-d.%02m, %02k:%M ч."
37
+ on_date: на %-d.%02m.%Y г.
38
+ ago: преди %{time}
39
39
  x_hours_ago:
40
40
  one: преди %{count} час
41
41
  other: преди %{count} часа
@@ -128,13 +128,13 @@ bg:
128
128
  short: "%-d.%02m, %02k:%M ч."
129
129
  billing: "%-d.%02m.%Y г."
130
130
  yearless_ordinal: "%{ordinalized_day} %B"
131
- today_at_time: "%02k:%M ч. днес"
132
- yesterday_at_time: "%02k:%M ч. вчера"
133
- tomorrow_at_time: "%02k:%M ч. утре"
134
- on_weekday_at_time: "%02k:%M ч. %A"
135
- on_date_time_current_year: "%02k:%M ч. %-d.%02m"
136
- on_date: "%-d.%02m.%Y г."
137
- ago: "%{time} ago"
131
+ today_at_time: Днес в %02k:%M ч.
132
+ yesterday_at_time: Вчера в %02k:%M ч.
133
+ tomorrow_at_time: Утре в %02k:%M ч.
134
+ on_weekday_at_time: "%A в %02k:%M ч."
135
+ on_date_time_current_year: "%-d.%02m, %02k:%M ч."
136
+ on_date: на %-d.%02m.%Y г.
137
+ ago: преди %{time}
138
138
  x_hours_ago:
139
139
  one: преди %{count} час
140
140
  other: преди %{count} часа
@@ -142,7 +142,7 @@ bg:
142
142
  one: преди %{count} минута
143
143
  other: преди %{count} минути
144
144
  cc_expiry_date: "%m/%Y"
145
- am: am
146
- pm: pm
147
- just_now: сега
145
+ am: пр. обед
146
+ pm: следобед
147
+ just_now: Току-що
148
148
  yesterday: вчера
@@ -31,7 +31,7 @@ hi-IN:
31
31
  yearless_ordinal: "%{ordinalized_day} %B"
32
32
  today_at_time: आज %-l:%M %P बजे
33
33
  yesterday_at_time: कल %-l:%M %P पर
34
- tomorrow_at_time: "%-l:%M %P कल"
34
+ tomorrow_at_time: कल %-l:%M %P बजे
35
35
  on_weekday_at_time: "%A को %-l:%M %P बजे"
36
36
  on_date_time_current_year: "%-d %b, %-l:%M %P पर"
37
37
  on_date: "%-d %b %Y पर"
@@ -130,7 +130,7 @@ hi-IN:
130
130
  yearless_ordinal: "%{ordinalized_day} %B"
131
131
  today_at_time: आज %-l:%M %P बजे
132
132
  yesterday_at_time: कल %-l:%M %P पर
133
- tomorrow_at_time: "%-l:%M %P कल"
133
+ tomorrow_at_time: कल %-l:%M %P बजे
134
134
  on_weekday_at_time: "%A को %-l:%M %P बजे"
135
135
  on_date_time_current_year: "%-d %b, %-l:%M %P पर"
136
136
  on_date: "%-d %b %Y पर"
@@ -31,7 +31,7 @@ hi:
31
31
  yearless_ordinal: "%{ordinalized_day} %B"
32
32
  today_at_time: आज %-l:%M %P बजे
33
33
  yesterday_at_time: कल %-l:%M %P पर
34
- tomorrow_at_time: "%-l:%M %P कल"
34
+ tomorrow_at_time: कल %-l:%M %P बजे
35
35
  on_weekday_at_time: "%A को %-l:%M %P बजे"
36
36
  on_date_time_current_year: "%-d %b, %-l:%M %P पर"
37
37
  on_date: "%-d %b %Y पर"
@@ -130,7 +130,7 @@ hi:
130
130
  yearless_ordinal: "%{ordinalized_day} %B"
131
131
  today_at_time: आज %-l:%M %P बजे
132
132
  yesterday_at_time: कल %-l:%M %P पर
133
- tomorrow_at_time: "%-l:%M %P कल"
133
+ tomorrow_at_time: कल %-l:%M %P बजे
134
134
  on_weekday_at_time: "%A को %-l:%M %P बजे"
135
135
  on_date_time_current_year: "%-d %b, %-l:%M %P पर"
136
136
  on_date: "%-d %b %Y पर"
@@ -29,13 +29,13 @@ hr-BA:
29
29
  default: "%02d. %02m. %Y."
30
30
  billing: "%02d. %02m. %Y."
31
31
  yearless_ordinal: "%{ordinalized_day} %B"
32
- today_at_time: "%02k:%M danas"
33
- yesterday_at_time: "%02k:%M jučer"
34
- tomorrow_at_time: "%02k:%M sutra"
35
- on_weekday_at_time: "%02k:%M %A"
36
- on_date_time_current_year: "%02k:%M %-d. %b"
32
+ today_at_time: Danas u %02k:%M
33
+ yesterday_at_time: Jučer u %02k:%M
34
+ tomorrow_at_time: Sutra u %02k:%M
35
+ on_weekday_at_time: "%A u %02k:%M"
36
+ on_date_time_current_year: "%-d. %b, %02k:%M"
37
37
  on_date: "%-d. %b %Y."
38
- ago: "%{time} ago"
38
+ ago: prije %{time}
39
39
  x_hours_ago:
40
40
  few: prije %{count} sata
41
41
  one: prije %{count} sat
@@ -130,13 +130,13 @@ hr-BA:
130
130
  short: "%-d. %b %02k:%M"
131
131
  billing: "%02d. %02m. %Y."
132
132
  yearless_ordinal: "%{ordinalized_day} %B"
133
- today_at_time: "%02k:%M danas"
134
- yesterday_at_time: "%02k:%M jučer"
135
- tomorrow_at_time: "%02k:%M sutra"
136
- on_weekday_at_time: "%02k:%M %A"
137
- on_date_time_current_year: "%02k:%M %-d. %b"
133
+ today_at_time: Danas u %02k:%M
134
+ yesterday_at_time: Jučer u %02k:%M
135
+ tomorrow_at_time: Sutra u %02k:%M
136
+ on_weekday_at_time: "%A u %02k:%M"
137
+ on_date_time_current_year: "%-d. %b, %02k:%M"
138
138
  on_date: "%-d. %b %Y."
139
- ago: "%{time} ago"
139
+ ago: prije %{time}
140
140
  x_hours_ago:
141
141
  few: prije %{count} sata
142
142
  one: prije %{count} sat
@@ -146,7 +146,7 @@ hr-BA:
146
146
  one: prije %{count} minutu
147
147
  other: prije %{count} minuta
148
148
  cc_expiry_date: "%m/%Y"
149
- am: am
150
- pm: pm
151
- just_now: sad
149
+ am: ujutro
150
+ pm: poslije podne
151
+ just_now: Sada
152
152
  yesterday: jučer
@@ -29,13 +29,13 @@ hr:
29
29
  default: "%02d. %02m. %Y."
30
30
  billing: "%02d. %02m. %Y."
31
31
  yearless_ordinal: "%{ordinalized_day} %B"
32
- today_at_time: "%02k:%M danas"
33
- yesterday_at_time: "%02k:%M jučer"
34
- tomorrow_at_time: "%02k:%M sutra"
35
- on_weekday_at_time: "%02k:%M %A"
36
- on_date_time_current_year: "%02k:%M %-d. %b"
32
+ today_at_time: Danas u %02k:%M
33
+ yesterday_at_time: Jučer u %02k:%M
34
+ tomorrow_at_time: Sutra u %02k:%M
35
+ on_weekday_at_time: "%A u %02k:%M"
36
+ on_date_time_current_year: "%-d. %b, %02k:%M"
37
37
  on_date: "%-d. %b %Y."
38
- ago: "%{time} ago"
38
+ ago: prije %{time}
39
39
  x_hours_ago:
40
40
  few: prije %{count} sata
41
41
  one: prije %{count} sat
@@ -130,13 +130,13 @@ hr:
130
130
  short: "%-d. %b %02k:%M"
131
131
  billing: "%02d. %02m. %Y."
132
132
  yearless_ordinal: "%{ordinalized_day} %B"
133
- today_at_time: "%02k:%M danas"
134
- yesterday_at_time: "%02k:%M jučer"
135
- tomorrow_at_time: "%02k:%M sutra"
136
- on_weekday_at_time: "%02k:%M %A"
137
- on_date_time_current_year: "%02k:%M %-d. %b"
133
+ today_at_time: Danas u %02k:%M
134
+ yesterday_at_time: Jučer u %02k:%M
135
+ tomorrow_at_time: Sutra u %02k:%M
136
+ on_weekday_at_time: "%A u %02k:%M"
137
+ on_date_time_current_year: "%-d. %b, %02k:%M"
138
138
  on_date: "%-d. %b %Y."
139
- ago: "%{time} ago"
139
+ ago: prije %{time}
140
140
  x_hours_ago:
141
141
  few: prije %{count} sata
142
142
  one: prije %{count} sat
@@ -146,7 +146,7 @@ hr:
146
146
  one: prije %{count} minutu
147
147
  other: prije %{count} minuta
148
148
  cc_expiry_date: "%m/%Y"
149
- am: am
150
- pm: pm
151
- just_now: sad
149
+ am: ujutro
150
+ pm: poslije podne
151
+ just_now: Sada
152
152
  yesterday: jučer
@@ -29,13 +29,13 @@ lt:
29
29
  default: "%Y-%02m-%02d"
30
30
  billing: "%Y-%02m-%02d"
31
31
  yearless_ordinal: "%B%{ordinalized_day}"
32
- today_at_time: "%02k:%M šiandien"
33
- yesterday_at_time: "%02k:%M vakar"
34
- tomorrow_at_time: "%02k:%M rytoj"
35
- on_weekday_at_time: "%02k:%M %A"
36
- on_date_time_current_year: "%02k:%M %02m-%02d"
32
+ today_at_time: Šiandien %02k:%M
33
+ yesterday_at_time: Vakar %02k:%M
34
+ tomorrow_at_time: Rytoj, %02k:%M
35
+ on_weekday_at_time: "%A, %02k:%M"
36
+ on_date_time_current_year: "%02m-%02d, %02k:%M"
37
37
  on_date: "%Y-%02m-%02d"
38
- ago: "%{time} ago"
38
+ ago: prieš %{time}
39
39
  x_hours_ago:
40
40
  few: prieš %{count} valandas
41
41
  many: prieš %{count} valandos
@@ -132,13 +132,13 @@ lt:
132
132
  short: "%02m-%02d %02k:%M"
133
133
  billing: "%Y-%02m-%02d"
134
134
  yearless_ordinal: "%B%{ordinalized_day}"
135
- today_at_time: "%02k:%M šiandien"
136
- yesterday_at_time: "%02k:%M vakar"
137
- tomorrow_at_time: "%02k:%M rytoj"
138
- on_weekday_at_time: "%02k:%M %A"
139
- on_date_time_current_year: "%02k:%M %02m-%02d"
135
+ today_at_time: Šiandien %02k:%M
136
+ yesterday_at_time: Vakar %02k:%M
137
+ tomorrow_at_time: Rytoj, %02k:%M
138
+ on_weekday_at_time: "%A, %02k:%M"
139
+ on_date_time_current_year: "%02m-%02d, %02k:%M"
140
140
  on_date: "%Y-%02m-%02d"
141
- ago: "%{time} ago"
141
+ ago: prieš %{time}
142
142
  x_hours_ago:
143
143
  few: prieš %{count} valandas
144
144
  many: prieš %{count} valandos
@@ -150,7 +150,7 @@ lt:
150
150
  one: prieš %{count} minutę
151
151
  other: prieš %{count} minučių
152
152
  cc_expiry_date: "%m/%Y"
153
- am: am
154
- pm: pm
155
- just_now: dabar
153
+ am: prieš pietus
154
+ pm: po pietų
155
+ just_now: Ką tik
156
156
  yesterday: vakar
@@ -29,13 +29,13 @@ ms-BN:
29
29
  default: "%-d/%-m/%Y"
30
30
  billing: "%-d/%-m/%Y"
31
31
  yearless_ordinal: "%{ordinalized_day} %B"
32
- today_at_time: "%-l:%M %P hari ini"
33
- yesterday_at_time: "%-l:%M %P semalam"
34
- tomorrow_at_time: "%-l:%M %P esok"
35
- on_weekday_at_time: "%-l:%M %P %A"
36
- on_date_time_current_year: "%-l:%M %P %-d %b"
37
- on_date: "%-d %b %Y"
38
- ago: "%{time} ago"
32
+ today_at_time: Hari ini pada %-l:%M %P
33
+ yesterday_at_time: Semalam pada %-l:%M %P
34
+ tomorrow_at_time: Esok pada %-l:%M %P
35
+ on_weekday_at_time: di %A pada %-l:%M %P
36
+ on_date_time_current_year: di %-d %b, %-l:%M %P
37
+ on_date: pada %-d %b %Y
38
+ ago: "%{time} lalu"
39
39
  x_hours_ago:
40
40
  other: "%{count} jam lalu"
41
41
  x_minutes_ago:
@@ -126,13 +126,13 @@ ms-BN:
126
126
  short: "%-d %b, %-l:%M %P"
127
127
  billing: "%-d/%-m/%Y"
128
128
  yearless_ordinal: "%{ordinalized_day} %B"
129
- today_at_time: "%-l:%M %P hari ini"
130
- yesterday_at_time: "%-l:%M %P semalam"
131
- tomorrow_at_time: "%-l:%M %P esok"
132
- on_weekday_at_time: "%-l:%M %P %A"
133
- on_date_time_current_year: "%-l:%M %P %-d %b"
134
- on_date: "%-d %b %Y"
135
- ago: "%{time} ago"
129
+ today_at_time: Hari ini pada %-l:%M %P
130
+ yesterday_at_time: Semalam pada %-l:%M %P
131
+ tomorrow_at_time: Esok pada %-l:%M %P
132
+ on_weekday_at_time: di %A pada %-l:%M %P
133
+ on_date_time_current_year: di %-d %b, %-l:%M %P
134
+ on_date: pada %-d %b %Y
135
+ ago: "%{time} lalu"
136
136
  x_hours_ago:
137
137
  other: "%{count} jam lalu"
138
138
  x_minutes_ago:
@@ -140,5 +140,5 @@ ms-BN:
140
140
  cc_expiry_date: "%m/%Y"
141
141
  am: am
142
142
  pm: pm
143
- just_now: sekarang
143
+ just_now: Baru tadi
144
144
  yesterday: semalam