mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
620b95fbe8
[misc] fileOperationI18nNames: drop blocking DOM access GitOrigin-RevId: e6aab686fc8d4fe3b5515033b88548278c7bf7c0
11 lines
217 B
JavaScript
11 lines
217 B
JavaScript
define([], function() {
|
|
if (window.fileActionI18n !== undefined) {
|
|
return window.fileActionI18n
|
|
}
|
|
return {
|
|
edited: 'edited',
|
|
renamed: 'renamed',
|
|
created: 'created',
|
|
deleted: 'deleted'
|
|
}
|
|
})
|