Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bram-pkg/laravel-lang-parser

A translation tool for PHP lang files
https://github.com/bram-pkg/laravel-lang-parser

Last synced: about 1 month ago
JSON representation

A translation tool for PHP lang files

Awesome Lists containing this project

README

        

# PHP lang file parser

## Summary

This tool parses PHP lang files using [Nikita Popov's PHP parser](https://github.com/nikic/PHP-Parser), and writes translations to array's values, preserving the ordering and comments in the process.

## Features

- Parse Laravel language files and call translation engine on each translation string
- Provide manual overrides for language keys

## Roadmap

- Add support for DeepL translation engine

## Threads to follow

- https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/5728