mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Changing domT to a default translation function for browser
This commit is contained in:
@@ -34,7 +34,7 @@ import {localStorageBoolObs} from 'app/client/lib/localStorageObs';
|
||||
import {bigBasicButton} from 'app/client/ui2018/buttons';
|
||||
import sortBy = require('lodash/sortBy');
|
||||
|
||||
const translate = (x: string, args?: any): string => t(`DocMenu.${x}`, args);
|
||||
const translate = (x: string, args?: any) => t(`DocMenu.${x}`, args);
|
||||
|
||||
const testId = makeTestId('test-dm-');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user