awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
barryvdh avatar

barryvdh/laravel-translation-manager

0
View on GitHub↗
1,702 stele·415 fork-uri·PHP·MIT·7 vizualizări

Laravel Translation Manager

This project provides a comprehensive localization infrastructure for Laravel applications, centering on a database-backed registry for translation strings. It enables developers to centralize application content, moving away from purely file-based management to a persistent storage model that supports multi-language workflows.

The system distinguishes itself through automated discovery and synchronization capabilities. It parses source code to identify and register translation keys, while also utilizing middleware to detect missing keys during runtime. These automated processes are paired with a web-based administrative dashboard, allowing for the direct editing and management of translation strings across multiple locales.

Beyond core management, the project includes utilities for maintaining the translation database, such as cleaning and organizing entries to ensure an efficient workflow. It also facilitates data consistency by providing import and export functions that synchronize database records with local language files, ensuring that translation data remains aligned between development and production environments.

Features

  • Laravel Localization Systems - Provides a comprehensive localization infrastructure for Laravel applications, centralizing translation management through a database-backed registry.
  • Database-Backed Configurations - Provides a centralized database-backed registry for storing and managing application translation strings.
  • Localization Data Synchronizers - Imports local language files into a database and exports database records back to files for production deployment.
  • Translation Management - Provides a web-based interface for viewing, editing, and managing translation strings across multiple locales.
  • Missing Translation Captures - Scans source code to automatically identify and register missing translation keys for comprehensive localization coverage.
  • Locale Translation Files - Maintains consistency by synchronizing translation data between local language files and persistent database storage.
  • Runtime Middleware Detectors - Intercepts translation calls at runtime to automatically register missing keys into the database during development.
  • Key Extraction - Parses source code using pattern matching to identify and register translation keys used throughout the application.
  • File Management Dashboards - Offers a centralized dashboard for developers to scan code, identify missing keys, and maintain language files.
  • Web-Based Management Interfaces - Provides a web-based graphical dashboard for managing and editing translation strings stored in the database.

Istoric stele

Graficul istoricului de stele pentru barryvdh/laravel-translation-managerGraficul istoricului de stele pentru barryvdh/laravel-translation-manager

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Laravel Translation Manager

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Laravel Translation Manager.
  • lokalise/i18n-allyAvatar lokalise

    lokalise/i18n-ally

    4,874Vezi pe GitHub↗

    i18n-ally is a VS Code extension and internationalization management tool designed to handle translation workflows directly within the code editor. It provides a system for extracting hardcoded strings, managing translation keys, and detecting missing locale values across a codebase. The tool distinguishes itself by providing an inline translation viewer that displays values and metadata next to keys in the source code. It also includes a machine translation integrator to automatically populate empty locale files with initial candidates and a locale file parser that supports multiple formats,

    TypeScriptangulari10ni18n
    Vezi pe GitHub↗4,874
  • ruby-i18n/i18nAvatar ruby-i18n

    ruby-i18n/i18n

    1,028Vezi pe GitHub↗

    This library provides a foundational framework for internationalizing Ruby applications by decoupling text from source code. It manages the complete translation lifecycle, including dynamic content interpolation, pluralization, and locale-specific formatting. The system ensures application stability through thread-safe state management and configurable error handling for missing translation keys. The project distinguishes itself through a highly modular architecture that supports pluggable storage backends, allowing translation data to be retrieved from databases, key-value stores, or standar

    Rubyi18nruby
    Vezi pe GitHub↗1,028
  • ngx-translate/coreAvatar ngx-translate

    ngx-translate/core

    4,666Vezi pe GitHub↗

    This is an internationalization framework for Angular applications. It provides a system for managing multilingual text by mapping keys to translated strings, utilizing a JSON translation manager to load and merge localized assets via HTTP or local sources. The library includes a runtime language switcher to update the user interface instantly without reloading the page and a key extractor to identify translatable strings within source code. The project features an ICU message formatter to handle complex linguistic requirements such as pluralization and gender. It distinguishes itself through

    TypeScript
    Vezi pe GitHub↗4,666
  • antfu/vue-i18n-allyAvatar antfu

    antfu/vue-i18n-ally

    4,874Vezi pe GitHub↗

    vue-i18n-ally is a VS Code extension and translation manager designed to handle internationalization and localization workflows within Vue projects. It provides a set of developer-facing tools to extract, edit, and organize translation keys and values directly within the editor. The tool features an in-editor interface that displays translation values inline next to their keys and allows for direct modification of those values without switching between source code and locale files. It includes a localization quality auditor to detect missing translation keys and identifies hardcoded strings t

    TypeScript
    Vezi pe GitHub↗4,874
Vezi toate cele 30 alternative pentru Laravel Translation Manager→

Întrebări frecvente

Ce face barryvdh/laravel-translation-manager?

This project provides a comprehensive localization infrastructure for Laravel applications, centering on a database-backed registry for translation strings. It enables developers to centralize application content, moving away from purely file-based management to a persistent storage model that supports multi-language workflows.

Care sunt principalele funcționalități ale barryvdh/laravel-translation-manager?

Principalele funcționalități ale barryvdh/laravel-translation-manager sunt: Laravel Localization Systems, Database-Backed Configurations, Localization Data Synchronizers, Translation Management, Missing Translation Captures, Locale Translation Files, Runtime Middleware Detectors, Key Extraction.

Care sunt câteva alternative open-source pentru barryvdh/laravel-translation-manager?

Alternativele open-source pentru barryvdh/laravel-translation-manager includ: lokalise/i18n-ally — i18n-ally is a VS Code extension and internationalization management tool designed to handle translation workflows… ngx-translate/core — This is an internationalization framework for Angular applications. It provides a system for managing multilingual… ruby-i18n/i18n — This library provides a foundational framework for internationalizing Ruby applications by decoupling text from source… antfu/vue-i18n-ally — vue-i18n-ally is a VS Code extension and translation manager designed to handle internationalization and localization… formatjs/formatjs — FormatJS is an internationalization framework and library designed for building web applications that support multiple… freshrss/freshrss — FreshRSS is an open-source, self-hosted web feed aggregator designed to collect, organize, and display content from…

Colecții curatoriate care includ Laravel Translation Manager

Colecții selectate manual în care apare Laravel Translation Manager.
  • Internationalization libraries
  • Biblioteci pentru internaționalizare și localizare
  • Pachete utilitare esențiale pentru Laravel