DataTables / Plugins

Plug-ins for DataTables
Other
1.04k stars 1.74k forks source link

i18n - language.aria keys not up to date #590

Open seb9465 opened 4 months ago

seb9465 commented 4 months ago

Hi,

It seems that there are some deprecated keys still used in the i18n plugin for language.aria.

We are using dataTables version 2.0.2 and datatables.net-plugins version 2.0.2.

language.aria.sortAscending and language.aria.sortDescending are deprecated since DataTables 1.10, as per this reference : https://datatables.net/reference/option/language.aria.sortDescending .

Are these going to be updated soon?

Thanks!

AllanJard commented 4 months ago

Thank you - good point. I need to go through them all at some point and update them. The old ones will work just fine for now, so there is no immediate rush, but I'll do it when time permits.

seb9465 commented 4 months ago

For us, it does not work. Even though we specify a locale (French for us), the aria-label are always in English for the sorting feature.