Translations
TallStackUI translations.
You have the freedom to customize various texts that are used internally in TallStackUI components.
While some texts can also be customized as placeholders in their respective components - such as:
table
and select.styled
components, the general defaults are tied to translation files.
Run the following command to publish the translation files:
php artisan vendor:publish --tag=tallstackui.lang
The translation files will be published to lang/vendor/tallstack-ui
.
Didn't find the translation file for your language? Collaborate sending us a pull request adding your language!