diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2025-03-05 23:55:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-05 15:55:29 -0800 |
commit | d0c2003cc77f8646e8aa9ae450c5accf889293ce (patch) | |
tree | 291c4a6c3365a10ca4fd5dc0ea3ed50b716bdc09 /src/components/hooks/dates.ts | |
parent | 1cfdd2a7a02c2e31f5f4be3cf9746a9054dde5c0 (diff) | |
download | voidsky-d0c2003cc77f8646e8aa9ae450c5accf889293ce.tar.zst |
Add language: Welsh (#7866)
* Create messages.po * Update app.config.js * Update lingui.config.js * Update dates.ts * Update helpers.ts * Update i18n.ts * Update i18n.web.ts * Update languages.ts
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 13eae86ac..766e4997a 100644 --- a/src/components/hooks/dates.ts +++ b/src/components/hooks/dates.ts @@ -11,6 +11,7 @@ import React from 'react' import {formatDistance, Locale} from 'date-fns' import { ca, + cy, da, de, el, @@ -53,6 +54,7 @@ const locales: Record<AppLanguage, Locale | undefined> = { an: undefined, ast: undefined, ca, + cy, da, de, el, |