- add AuthRefreshProvider to refresh auth tokens every 5 minutes

- pull the latest crowdin language artifacts
This commit is contained in:
Amruth Pillai
2024-05-10 10:52:35 +02:00
parent b0d26e3230
commit c1a58118c2
34 changed files with 5798 additions and 4007 deletions

View File

@ -81,7 +81,7 @@ export const languages: Language[] = [
locale: "nl-NL",
},
{
id: "en",
id: "en-US",
name: "English",
editorCode: "en",
locale: "en-US",
@ -176,6 +176,12 @@ export const languages: Language[] = [
editorCode: "lt",
locale: "lt-LT",
},
{
id: "ms",
name: "Malay",
editorCode: "ms",
locale: "ms-MY",
},
{
id: "ml-IN",
name: "Malayalam",