Internationalization (i18n)
The i18n service enables customization of internal strings of BlueprintUI components. These string values are often used for accessibility aria attributes but also can be used for text content.
import { I18nService } from '@blueprintui/components/i18n';
I18nService.keys = { actions: { sort: 'trier' } });
{ "actions": { "sort": "sort", "none": "none", "ascending": "ascending", "descending": "descending", "expand": "expand", "close": "close", "resize": "resize", "filter": "filter", "loading": "loading", "show": "show", "hide": "hide", "previous": "previous", "next": "next", "first": "first", "last": "last", "today": "today", "browse": "browse", "removeFile": "remove file", "files": "files", "resizeColumn": "resize column", "closeDetails": "close details", "noData": "no results found", "action": "action", "dropTarget": "drop item", "firstPage": "go to first page", "previousPage": "go to previous page", "nextPage": "go to next page", "lastPage": "go to last page", "pageSize": "items per page" } }