mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-01-16 11:32:13 +01:00
Localizes language names in the language pie chart
Uses `Intl.DisplayNames` to display localized language names in the language pie chart, enhancing user experience and readability. Also converts country and language values from the CSV data to ISO codes for standardization and improved data handling. Adds tooltip to display ISO language code.
This commit is contained in:
@ -1,9 +1,3 @@
|
||||
{
|
||||
"extends": ["next/core-web-vitals", "next/typescript"]
|
||||
// ,
|
||||
// "rules": {
|
||||
// "@typescript-eslint/no-explicit-any": "off",
|
||||
// "@typescript-eslint/no-unused-vars": "warn",
|
||||
// "@typescript-eslint/ban-ts-comment": "off"
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user