Remove prefix from translations keys

This commit is contained in:
Louis Delbosc
2022-12-09 16:46:03 +01:00
parent 1d97137f11
commit 676c27d6c9
28 changed files with 28 additions and 28 deletions

View File

@@ -24,7 +24,7 @@ import {getOrgName, Organization, OrgError, UserAPI, UserAPIImpl} from 'app/comm
import {getUserPrefObs, getUserPrefsObs} from 'app/client/models/UserPrefs';
import {bundleChanges, Computed, Disposable, Observable, subscribe} from 'grainjs';
const t = makeT('models.AppModel');
const t = makeT('AppModel');
// Reexported for convenience.
export {reportError} from 'app/client/models/errors';

View File

@@ -29,7 +29,7 @@ import {makeT} from 'app/client/lib/localization';
// tslint:disable:no-console
const t = makeT('models.DocPageModel');
const t = makeT('DocPageModel');
export interface DocInfo extends Document {
isReadonly: boolean;

View File

@@ -12,7 +12,7 @@ import {ANONYMOUS_USER_EMAIL, Document, EVERYONE_EMAIL, FullUser, getRealAccess,
import {computed, Computed, Disposable, obsArray, ObsArray, observable, Observable} from 'grainjs';
import some = require('lodash/some');
const t = makeT('models.UserManagerModel');
const t = makeT('UserManagerModel');
export interface UserManagerModel {
initData: PermissionData; // PermissionData used to initialize the UserManager