awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesInternationalization Plugins

Plugins that enable multi-language support by loading locale-specific message bundles.

Distinct from Plugin Integrations: Focuses on the plugin integration aspect of i18n rather than generic plugin loading or content translation.

Explore 3 awesome GitHub repositories matching user interface & experience · Internationalization Plugins. Refine with filters or upvote what's useful.

Awesome Internationalization Plugins GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • vuecomponent/ant-design-vue-proAvatar de vueComponent

    vueComponent/ant-design-vue-pro

    10,937Ver en GitHub↗

    This project is an enterprise-grade admin dashboard boilerplate and starter kit built on Ant Design Vue. It provides a complete administrative interface with pre-designed pages, navigation patterns, and a professional design system to accelerate the development of business applications. The toolkit features a centralized visual theme configuration system for modifying style variables to meet specific brand requirements. It also includes a multi-language interface system for internationalization and a dedicated development kit for mocking API data using local JSON files. The scaffolding cover

    Integrates a Vue plugin to switch displayed text between multiple languages using locale bundles.

    Vueadminant-designantd
    Ver en GitHub↗10,937
  • devinvinson/wordpress-plugin-boilerplateAvatar de DevinVinson

    DevinVinson/WordPress-Plugin-Boilerplate

    7,852Ver en GitHub↗

    The WordPress Plugin Boilerplate is a standardized, object-oriented foundation for building WordPress plugins. It provides a predictable directory structure that separates admin, public, and shared logic, along with a singleton main plugin class that serves as a single entry point for initialization. The boilerplate includes a centralized class-loader hook registry for managing WordPress actions and filters, and prepares user-facing strings for translation through a variable text domain and generated .pot files. This toolkit streamlines plugin development by organizing repository assets like

    Prepares plugin strings for translation using text domains and .pot files to support multilingual deployments.

    PHP
    Ver en GitHub↗7,852
  • lingui/js-linguiAvatar de lingui

    lingui/js-lingui

    5,786Ver en GitHub↗

    Lingui is a JavaScript internationalization library that provides a framework-agnostic core with bindings for React, SolidJS, Svelte, Astro, and other JavaScript frameworks. It operates through a compile-time message extraction pipeline that scans source files for translatable strings, generates standard PO, JSON, or CSV catalog files, and compiles them into optimized JavaScript modules for production deployment. The library uses macro-based message definition to wrap translatable text in source code while preserving context for extraction, and includes a plural rule engine that automatically

    Uses a CLI, Vite plugin, and ESLint plugin to extract, compile, validate, and catch common errors in the internationalization pipeline.

    TypeScript
    Ver en GitHub↗5,786
  1. Home
  2. User Interface & Experience
  3. Internationalization Plugins

Explorar subetiquetas

  • CLI and Plugin WorkflowsCommand-line interfaces and plugins that automate extraction, compilation, validation, and linting of translation catalogs. **Distinct from Internationalization Plugins:** Distinct from Internationalization Plugins: focuses on the CLI and plugin workflow for managing the i18n pipeline, not just loading locale bundles.
  • Text Domain String PreparationsUsing a text domain variable and .pot file to prepare all user-facing strings for translation. **Distinct from Internationalization Plugins:** Distinct from Internationalization Plugins: focuses on the text domain and .pot file workflow, not on loading locale-specific message bundles.
  • WordPress String LocalizationsPreparing plugin strings for translation using text domains and .pot files to support multilingual deployments. **Distinct from Internationalization Plugins:** Distinct from Internationalization Plugins: specifically targets WordPress plugin string preparation with text domains and .pot files.