We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I18nRegistry
1 parent d9aeb86 commit a6465eeCopy full SHA for a6465ee
packages/neos-ui-i18n/src/registry/I18nRegistry.ts
@@ -19,6 +19,9 @@ import type {LegacyParameters} from './LegacyParameters';
19
20
const errorCache: Record<string, boolean> = {};
21
22
+/**
23
+ * @deprecated Use `import {tranlsate} from '@neos-project/neos-ui-i18n'` instead
24
+ */
25
export class I18nRegistry extends SynchronousRegistry<unknown> {
26
/**
27
* Retrieves a the translation string that is identified by the given
@@ -205,4 +208,7 @@ export class I18nRegistry extends SynchronousRegistry<unknown> {
205
208
}
206
209
207
210
211
212
213
214
export const i18nRegistry = new I18nRegistry('The i18n registry');
0 commit comments