Skip to content

Commit

Permalink
Update dates.ts (#5220)
Browse files Browse the repository at this point in the history
  • Loading branch information
surfdude29 authored Sep 8, 2024
1 parent a6a3d20 commit 95aee14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/hooks/dates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import {
ja,
ko,
ptBR,
ru,
tr,
uk,
zhCN,
Expand All @@ -47,6 +48,7 @@ const locales: Record<AppLanguage, Locale | undefined> = {
ja,
ko,
['pt-BR']: ptBR,
ru,
tr,
uk,
['zh-CN']: zhCN,
Expand Down

0 comments on commit 95aee14

Please sign in to comment.