l-lin / angular-datatables

DataTables with Angular
https://l-lin.github.io/angular-datatables/
MIT License
1.58k stars 486 forks source link

Translate labels to PT-BR #1360

Closed ednilsonamaral closed 3 years ago

ednilsonamaral commented 5 years ago

I'm submitting a...


[ ] Bug report  
[x] Feature request
[ ] Documentation issue or request
[x] Question

Current behavior

Labels in english, only..

Expected behavior

I would like to translate the labels for PT-BR, have like? That its possible? If yes, how can i do that work? My project use Angular v6.1.2

Environment


- node version: 10.15.0
- angular version: 6
- angular-cli version: 7.1.4
- jquery version: 3.3.1
- datatables.net version: 1.10.19
- angular-datatables version: 7.0.0
gleidsonbalcazar commented 5 years ago

to use or customize your language can be used as below:

this.dtOptions = { language: { search: "Procurar:" } };

see https://datatables.net/manual/i18n

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 3 years ago

This issue has been closed due to inactivity. Please feel free to re-open the issue to add new inputs.