Skip to content

Commit e2bed5f

Browse files
michaldrabiktrakt-bot[bot]
authored andcommitted
fix(i18n): add missing variables definitions for latest strings
1 parent 4b1e92c commit e2bed5f

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

projects/client/i18n/meta/en.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8845,6 +8845,11 @@
88458845
"text_stats_day_count": {
88468846
"default": "{count}-day",
88478847
"description": "Day count for watching streak, used as compound adjective (e.g. '16-day watching streak').",
8848+
"variables": {
8849+
"count": {
8850+
"type": "number"
8851+
}
8852+
},
88488853
"exclude": [
88498854
"android",
88508855
"ios"
@@ -8868,6 +8873,11 @@
88688873
"text_stats_days_count": {
88698874
"default": "{count}-day",
88708875
"description": "Plural day count for watching streak, used as compound adjective (e.g. '16-day watching streak').",
8876+
"variables": {
8877+
"count": {
8878+
"type": "number"
8879+
}
8880+
},
88718881
"exclude": [
88728882
"android",
88738883
"ios"
@@ -9073,6 +9083,11 @@
90739083
"text_stats_weeks_ago": {
90749084
"default": "{count}w ago",
90759085
"description": "Week trend label for weeks in the past, e.g. '4w ago'.",
9086+
"variables": {
9087+
"count": {
9088+
"type": "number"
9089+
}
9090+
},
90769091
"exclude": [
90779092
"android",
90789093
"ios"
@@ -9089,6 +9104,11 @@
90899104
"text_stats_weeks_short": {
90909105
"default": "{count}w",
90919106
"description": "Abbreviated week trend label, e.g. '3w'.",
9107+
"variables": {
9108+
"count": {
9109+
"type": "number"
9110+
}
9111+
},
90929112
"exclude": [
90939113
"android",
90949114
"ios"
@@ -9121,6 +9141,11 @@
91219141
"text_stats_was_last_week": {
91229142
"default": "was {day} last week",
91239143
"description": "Note indicating the busiest day last week, e.g. 'was Monday last week'.",
9144+
"variables": {
9145+
"day": {
9146+
"type": "string"
9147+
}
9148+
},
91249149
"exclude": [
91259150
"android",
91269151
"ios"
@@ -9137,6 +9162,11 @@
91379162
"text_stats_delta_up": {
91389163
"default": "+{count}",
91399164
"description": "Positive delta indicator for week-over-week change.",
9165+
"variables": {
9166+
"count": {
9167+
"type": "number"
9168+
}
9169+
},
91409170
"exclude": [
91419171
"android",
91429172
"ios"
@@ -9153,6 +9183,11 @@
91539183
"text_stats_delta_down": {
91549184
"default": "-{count}",
91559185
"description": "Negative delta indicator for week-over-week change.",
9186+
"variables": {
9187+
"count": {
9188+
"type": "number"
9189+
}
9190+
},
91569191
"exclude": [
91579192
"android",
91589193
"ios"
@@ -9185,6 +9220,11 @@
91859220
"text_stats_episodes_count": {
91869221
"default": "{count} episodes",
91879222
"description": "Episode count label in shows vs movies breakdown.",
9223+
"variables": {
9224+
"count": {
9225+
"type": "number"
9226+
}
9227+
},
91889228
"exclude": [
91899229
"android",
91909230
"ios"
@@ -9201,6 +9241,11 @@
92019241
"text_stats_movies_count": {
92029242
"default": "{count} movies",
92039243
"description": "Movie count label in shows vs movies breakdown.",
9244+
"variables": {
9245+
"count": {
9246+
"type": "number"
9247+
}
9248+
},
92049249
"exclude": [
92059250
"android",
92069251
"ios"

0 commit comments

Comments
 (0)