Updated datatables i18n

This commit is contained in:
Kevin R
2025-01-05 14:31:22 +01:00
parent 31559d2cdc
commit 36d8d89639
144 changed files with 11046 additions and 1783 deletions

View File

@@ -93,7 +93,7 @@ function getDataTableTranslation()
{
let lang = browser.i18n.getUILanguage();
lang = lang.substring(0,2);
return browser.runtime.getURL('./external_js/dataTables/i18n/' + lang + '.lang');
return browser.runtime.getURL('./external_js/dataTables/i18n/' + lang + '.json');
}
/**