* Get the translation file for the DataTable
()
| 90 | * Get the translation file for the DataTable |
| 91 | */ |
| 92 | function 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 |