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.
fixture.whenStable().then(() => {
An error was thrown in afterAll
afterEach(() => {fixture.destroy();});
this.translate.get is not a function - maybe do not define a new translateServiceStub but use TranslateModule.forRoot(), in the imports.
this.translate.get is not a function
TranslateModule.forRoot(),
It is possible to disable SSR in production by using
environment: universal: preboot: false
SOMETIMES HOWEVER, FOR WHATEVER REASON, THE CONFIG FOR THE VERY SAME THING IS DIFFERENT:
universal: preboot: false
Whenever you make changes to en.json5, you have to sync the messages using yarn run sync-i18n.
yarn run sync-i18n
This will run script /scripts/sync-i18n-files.ts for all files in /src/assets/i18n/ with en.json5 as source file.
To specify only czech messages run yarn run sync-i18n -t src/assets/i18n/cs.json5 -i
yarn run sync-i18n -t src/assets/i18n/cs.json5 -i
See more details: https://wiki.lyrasis.org/pages/viewpage.action?pageId=117735441#DSpace7TranslationInternationalization(i18n)Localization(l10n)-Syncingexistingtranslationswithchangestoen.json5