mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-17 10:01:48 +02:00
🇹🇷 Enable turkish locale
This commit is contained in:
parent
a7fd5fcd76
commit
9b90f9afba
2 changed files with 6 additions and 0 deletions
|
@ -133,6 +133,11 @@ const dayjsLocales: Record<
|
||||||
timeFormat: "hours24",
|
timeFormat: "hours24",
|
||||||
import: () => import("dayjs/locale/vi"),
|
import: () => import("dayjs/locale/vi"),
|
||||||
},
|
},
|
||||||
|
tr: {
|
||||||
|
weekStart: 1,
|
||||||
|
timeFormat: "hours24",
|
||||||
|
import: () => import("dayjs/locale/tr"),
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
dayjs.extend(localizedFormat);
|
dayjs.extend(localizedFormat);
|
||||||
|
|
|
@ -15,5 +15,6 @@
|
||||||
"sk": "Slovenčina",
|
"sk": "Slovenčina",
|
||||||
"fi": "Suomi",
|
"fi": "Suomi",
|
||||||
"sv": "Svenska",
|
"sv": "Svenska",
|
||||||
|
"tr": "Türkçe",
|
||||||
"zh": "汉语"
|
"zh": "汉语"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue