2 रिपॉजिटरी
The process of translating user-facing command names and descriptions into multiple languages.
Distinct from Application Command Dispatchers: Candidates focus on interpreting commands (NL) or dispatching them, not translating the UI text.
Explore 2 awesome GitHub repositories matching user interface & experience · Application Command Localization. Refine with filters or upvote what's useful.
JDA is a Java wrapper for the Discord API, providing a framework for building automated agents and integrating applications with the chat platform. It functions as both a REST API client for managing server entities and a gateway client that maintains persistent WebSocket connections for real-time state updates. The library features a comprehensive voice API module for managing audio streaming, voice channel connectivity, and soundboard integration. It also includes a specialized toolkit for interactive UI design, enabling the creation of slash commands, buttons, select menus, and modal input
Enables the translation of slash command names and descriptions using locale keys.
JDA is a Java library that serves as a Discord API wrapper, bot framework, and voice API client. It enables applications to interact with the Discord REST API and real-time gateway to build automated assistants, manage servers, and handle user interactions. The project includes a sharding manager to distribute gateway connections across multiple shards for scaling high-volume deployments. It also provides a UI component library for constructing interactive buttons, select menus, and modal forms within messages. Its capabilities cover voice and audio management, including audio streaming and
Translates user-facing command names and descriptions into multiple languages using localization keys.