Skip to content

Commit 8b75847

Browse files
committed
fix: add missing comma in i18n config
1 parent 5ecdd40 commit 8b75847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
259259
file: 'cs-CZ.json',
260260
name: 'Čeština',
261261
pluralRule: createPluralRule('cs-CZ', { zero: 2, one: 0, two: 1, few: 1, many: 2, other: 2 }),
262-
} /*
262+
}, /*
263263
{
264264
code: 'pl-PL',
265265
file: 'pl-PL.json',

0 commit comments

Comments
 (0)