We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
just integrated the DataTable component and it's great. However one problem is the hardcoded english, unfortunately my WebApp is in french.
There are the culprits : (DataTable.vue line 20)
static-label="Columns"
(lines 30-31)
{{ rowsSelected }} item<span v-show="rowsSelected > 1">s</span> selected. <button class="primary clear small" @click="clearSelection()">Clear</button>
(TablePagination.vue line 4)
Rows
Would be great if we could customize it through Props or Slots.
Or to have just one lang="en" prop and let the community build a language file for each language, with fallback to english 👍
Cheers
The text was updated successfully, but these errors were encountered:
Yes, part of Internationalization #100 . Will soon be fixed.
Sorry, something went wrong.
feat: Hardcoded english in DataTable #284
7dce8cc
Internationalization as a whole might take a while, so adding config.labels to handle this.
60f8cd6
No branches or pull requests
Hello,
just integrated the DataTable component and it's great.
However one problem is the hardcoded english, unfortunately my WebApp is in french.
There are the culprits :
(DataTable.vue line 20)
(lines 30-31)
(TablePagination.vue line 4)
Would be great if we could customize it through Props or Slots.
Or to have just one lang="en" prop and let the community build a language file for each language, with fallback to english 👍
Cheers
The text was updated successfully, but these errors were encountered: