Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bram-pkg/laravel-lang-parser
- Owner: bram-pkg
- Created: 2023-07-18T12:12:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-19T06:45:34.000Z (over 1 year ago)
- Last Synced: 2025-01-03T00:42:27.623Z (about 1 month ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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