diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-11-23 16:34:31 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-11-23 16:34:31 -0800 |
commit | 7782517a91b617699a2c5d04c79dfc96cfdfd4d9 (patch) | |
tree | 2b8e87314443427f241490dee6ab150909a3a946 /src/components/hooks/dates.ts | |
parent | b4d07c4112b9a62b5380948051aa4a7fd391a2d4 (diff) | |
parent | a55444a53a006de214ce63d464789ac0f90fbf9a (diff) | |
download | voidsky-7782517a91b617699a2c5d04c79dfc96cfdfd4d9.tar.zst |
Merge branch 'monty241-main' into main
Diffstat (limited to 'src/components/hooks/dates.ts')
-rw-r--r-- | src/components/hooks/dates.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/hooks/dates.ts b/src/components/hooks/dates.ts index 2c604eb4a..28bb7635c 100644 --- a/src/components/hooks/dates.ts +++ b/src/components/hooks/dates.ts @@ -23,6 +23,7 @@ import { it, ja, ko, + nl, pl, ptBR, ru, @@ -57,6 +58,7 @@ const locales: Record<AppLanguage, Locale | undefined> = { it, ja, ko, + nl, pl, ['pt-BR']: ptBR, ru, |