mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-17 10:11:31 +10:00
- add AuthRefreshProvider to refresh auth tokens every 5 minutes
- pull the latest crowdin language artifacts
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user