MCPcopy Index your code
hub / github.com/ClearURLs/Addon / getDataTableTranslation

Function getDataTableTranslation

core_js/log.js:92–97  ·  view source on GitHub ↗

* Get the translation file for the DataTable

()

Source from the content-addressed store, hash-verified

90 * Get the translation file for the DataTable
91 */
92function getDataTableTranslation()
93{
94 let lang = browser.i18n.getUILanguage();
95 lang = lang.substring(0,2);
96 return browser.runtime.getURL('./external_js/dataTables/i18n/' + lang + '.json');
97}
98
99/**
100* Convert timestamp to date

Callers 1

getLogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected