|
| 1 | +## API Report File for "@red-hat-developer-hub/backstage-plugin-translations-test" |
| 2 | + |
| 3 | +> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). |
| 4 | +
|
| 5 | +```ts |
| 6 | +import { BackstagePlugin } from '@backstage/core-plugin-api'; |
| 7 | +import { JSX as JSX_2 } from 'react/jsx-runtime'; |
| 8 | +import { RouteRef } from '@backstage/core-plugin-api'; |
| 9 | +import { TranslationRef } from '@backstage/core-plugin-api/alpha'; |
| 10 | +import { TranslationResource } from '@backstage/core-plugin-api/alpha'; |
| 11 | + |
| 12 | +// @public (undocumented) |
| 13 | +export const TranslationsTestPage: () => JSX_2.Element; |
| 14 | + |
| 15 | +// @public (undocumented) |
| 16 | +export const translationsTestPlugin: BackstagePlugin< |
| 17 | + { |
| 18 | + root: RouteRef<undefined>; |
| 19 | + }, |
| 20 | + {}, |
| 21 | + {} |
| 22 | +>; |
| 23 | + |
| 24 | +// @public (undocumented) |
| 25 | +export const translationsTestTranslationRef: TranslationRef< |
| 26 | + 'plugin.translations-test', |
| 27 | + { |
| 28 | + readonly 'interpolation.key': string; |
| 29 | + readonly 'interpolation.nested.key': string; |
| 30 | + readonly 'interpolation.complex.message': string; |
| 31 | + readonly 'interpolation.complex.linkText': string; |
| 32 | + readonly 'page.title': string; |
| 33 | + readonly 'page.subtitle': string; |
| 34 | + readonly 'objects.tree.res': string; |
| 35 | + readonly 'essentials.key': string; |
| 36 | + readonly 'essentials.look.deep': string; |
| 37 | + readonly 'formatting.intlNumber': string; |
| 38 | + readonly 'formatting.intlNumberWithOptions': string; |
| 39 | + readonly 'formatting.intlDateTime': string; |
| 40 | + readonly 'formatting.intlRelativeTime': string; |
| 41 | + readonly 'formatting.intlRelativeTimeWithOptions': string; |
| 42 | + readonly 'formatting.intlRelativeTimeWithOptionsExplicit': string; |
| 43 | + readonly 'plurals.key_zero': string; |
| 44 | + readonly 'plurals.key_one': string; |
| 45 | + readonly 'plurals.key_two': string; |
| 46 | + readonly 'plurals.key_few': string; |
| 47 | + readonly 'plurals.key_many': string; |
| 48 | + readonly 'plurals.key_other': string; |
| 49 | + readonly 'plurals.keyWithCount_one': string; |
| 50 | + readonly 'plurals.keyWithCount_other': string; |
| 51 | + readonly 'context.friend': string; |
| 52 | + readonly 'context.friend_male': string; |
| 53 | + readonly 'context.friend_female': string; |
| 54 | + readonly 'arrays.array': string; |
| 55 | + } |
| 56 | +>; |
| 57 | + |
| 58 | +// @public (undocumented) |
| 59 | +export const translationsTestTranslations: TranslationResource<'plugin.translations-test'>; |
| 60 | + |
| 61 | +// (No @packageDocumentation comment for this package) |
| 62 | +``` |
0 commit comments