Skip to content

Commit

Permalink
Updated datatables i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRoebert committed Jan 5, 2025
1 parent 31559d2 commit 36d8d89
Show file tree
Hide file tree
Showing 144 changed files with 11,046 additions and 1,783 deletions.
2 changes: 1 addition & 1 deletion core_js/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function getDataTableTranslation()
{
let lang = browser.i18n.getUILanguage();
lang = lang.substring(0,2);

This comment has been minimized.

Copy link
@llc0930

llc0930 Jan 5, 2025

Because of this line, some translation json will never be used.

return browser.runtime.getURL('./external_js/dataTables/i18n/' + lang + '.lang');
return browser.runtime.getURL('./external_js/dataTables/i18n/' + lang + '.json');
}

/**
Expand Down
12 changes: 12 additions & 0 deletions external_js/dataTables/i18n/Ganda.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"autoFill": {
"cancel": "sazzamu",
"fill": "juza",
"fillHorizontal": "juzaObukiika",
"fillVertical": "juzaObusiimba"
},
"buttons": {
"colvis": "endabikaYolunyilili",
"copy": "Koppa"
}
}
Loading

0 comments on commit 36d8d89

Please sign in to comment.