Some components in Taiga UI embedded texts and they use English translate by default. If you want to change it, you need to provide TUI_LANGUAGE token in your configuration. Full list of supported language here.
import {TUI_LANGUAGE, TUI_RUSSIAN_LANGUAGE} from '@taiga-ui/i18n';
bootstrapApplication(App, {
providers: [
// ...
{
provide: TUI_LANGUAGE,
useValue: signal(TUI_RUSSIAN_LANGUAGE),
},
],
}).catch((err: unknown) => console.error(err));
See it in action:
1. Go to languages folder
2. Copy english folder and rename new folder with the name of language you speak
3. Translate entities in files. If you need some clarification, take a look at interfaces of entities