about summary refs log tree commit diff
path: root/src/components/hooks
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-12-25 01:54:05 +0900
committerGitHub <noreply@github.com>2024-12-24 16:54:05 +0000
commitf05962a4928e5102e6abe773e938ae8ab941a2c4 (patch)
tree736b03b3049028481c92751bff45bff65b45a489 /src/components/hooks
parent2b28c85b43c81ab89a3e7df0c46baa9130c6f2d1 (diff)
downloadvoidsky-f05962a4928e5102e6abe773e938ae8ab941a2c4.tar.zst
Fix Nepali language code (#7265)
* Replace `np` with `ne`

* Reorder
Diffstat (limited to 'src/components/hooks')
-rw-r--r--src/components/hooks/dates.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/hooks/dates.ts b/src/components/hooks/dates.ts
index a1967316c..06b2d685f 100644
--- a/src/components/hooks/dates.ts
+++ b/src/components/hooks/dates.ts
@@ -63,8 +63,8 @@ const locales: Record<AppLanguage, Locale | undefined> = {
   ja,
   km,
   ko,
+  ne: undefined,
   nl,
-  np: undefined,
   pl,
   ['pt-BR']: ptBR,
   ro,