Skip to content

Commit 7968f61

Browse files
authored
Update Gold and Silver sponsorship availability (#205)
Sets Gold availability to 0 (sold out) and Silver to 8, updated across all three locales (en, es, ca). ## Changes - `tiers.items` in `en.ts`, `es.ts`, `ca.ts`: - Gold: `2 avail.` → `0 avail.` / `0 disp.` - Silver: `9 avail.` → `8 avail.` / `8 disp.` Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 663a4ec commit 7968f61

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/i18n/sponsors/ca.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export const ca = {
219219
emoji: '⚪',
220220
iconName: 'silver',
221221
price: 'Preu 3.000€',
222-
limit: '9 disp.',
222+
limit: '8 disp.',
223223
bg: 'rgba(107, 114, 128, 0.1)',
224224
},
225225
{
@@ -228,7 +228,7 @@ export const ca = {
228228
emoji: '🌟',
229229
iconName: 'gold',
230230
price: 'Preu 6.000€',
231-
limit: '2 disp.',
231+
limit: '0 disp.',
232232
bg: 'rgba(234, 179, 8, 0.1)',
233233
},
234234
{

src/i18n/sponsors/en.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export const en = {
223223
emoji: '⚪',
224224
iconName: 'silver',
225225
price: 'Price €3,000',
226-
limit: '9 avail.',
226+
limit: '8 avail.',
227227
bg: 'rgba(107, 114, 128, 0.1)',
228228
},
229229
{
@@ -232,7 +232,7 @@ export const en = {
232232
emoji: '🌟',
233233
iconName: 'gold',
234234
price: 'Price €6,000',
235-
limit: '2 avail.',
235+
limit: '0 avail.',
236236
bg: 'rgba(234, 179, 8, 0.1)',
237237
},
238238
{

src/i18n/sponsors/es.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export const es = {
239239
emoji: '⚪',
240240
iconName: 'silver',
241241
price: 'Precio 3.000€',
242-
limit: '9 disp.',
242+
limit: '8 disp.',
243243
bg: 'rgba(107, 114, 128, 0.1)',
244244
},
245245
{
@@ -248,7 +248,7 @@ export const es = {
248248
emoji: '🌟',
249249
iconName: 'gold',
250250
price: 'Precio 6.000€',
251-
limit: '2 disp.',
251+
limit: '0 disp.',
252252
bg: 'rgba(234, 179, 8, 0.1)',
253253
},
254254
{

0 commit comments

Comments
 (0)