Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony-tools/symfony-translation-checker
https://github.com/symfony-tools/symfony-translation-checker
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/symfony-tools/symfony-translation-checker
- Owner: symfony-tools
- License: mit
- Created: 2020-10-24T09:05:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T18:48:38.000Z (22 days ago)
- Last Synced: 2024-10-20T23:23:28.729Z (22 days ago)
- Language: PHP
- Homepage:
- Size: 4.03 MB
- Stars: 8
- Watchers: 9
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Translation checker
This small application is doing two things.
1. Open issues when there is missing translation for a language
2. Update the translation dashboard https://symfony-translations.nyholm.tech/## Design or "architecture"
This app was quickly hacked together in October 2020 as a way to make sure the
translations were all up-to-date. The design is not perfect or beautiful but it
is semi working. The project was open sourced in May 2021.There is a CI job that periodically looks at the lowest maintained version of Symfony
and collects data about missing translations. That data is saved in `config/data/*.json`.If the data changes, it will update the website.
Another command is running to look at the data and create/update issues on symfony/symfony
for the missing translations.