mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-01 11:22:24 +00:00
4 lines
125 B
TypeScript
4 lines
125 B
TypeScript
window.i18n = { currentLangCode: 'en' }
|
|
window.ExposedSettings = {
|
|
appName: 'Overleaf',
|
|
} as typeof window.ExposedSettings
|