The Language Navigator is both a dataset and a tool designed to help people explore and understand the relationships between different languages. It provides a user-friendly interface for visualizing language families, dialects, and other linguistic features and how they are situated across the globe.

cldr language
3 Open Issues Need Help Last updated: Jun 26, 2025

Open Issues Need Help

View All on GitHub
Sorting: Add "date" sort about 1 month ago

AI Summary: Add a 'Date' sorting option to the Language Navigator application. This involves adding 'Date' to the `SortBy` enum in `PageParamTypes.tsx` and updating the `sort.tsx` file to handle the new sorting criteria. The date will represent census collection dates or IANA variant addition dates, depending on the data type. A build and test are required to ensure compatibility.

Complexity: 3/5
good first issue effort: hours

The Language Navigator is both a dataset and a tool designed to help people explore and understand the relationships between different languages. It provides a user-friendly interface for visualizing language families, dialects, and other linguistic features and how they are situated across the globe.

TypeScript
#cldr#language

AI Summary: The task involves refactoring the codebase of the Language Navigator project. Specifically, it requires replacing all instances of the `<span className="unsupported">...</span>` element with the reusable `<Deemphasized>...</Deemphasized>` component to improve code consistency and visual presentation. This improves the readability and maintainability of the code.

Complexity: 2/5
good first issue refactor

The Language Navigator is both a dataset and a tool designed to help people explore and understand the relationships between different languages. It provides a user-friendly interface for visualizing language families, dialects, and other linguistic features and how they are situated across the globe.

TypeScript
#cldr#language

AI Summary: Implement column filtering for the ObjectTable component in a React application. This involves modifying the TableColumn interface, adding a state variable to track column visibility, creating a toggle function, and rendering checkboxes for column selection at the bottom of the table. Conditional rendering will be used to show or hide columns based on the visibility state.

Complexity: 4/5
enhancement good first issue effort: hours

The Language Navigator is both a dataset and a tool designed to help people explore and understand the relationships between different languages. It provides a user-friendly interface for visualizing language families, dialects, and other linguistic features and how they are situated across the globe.

TypeScript
#cldr#language