Skip to content

symfony-tools/symfony-translation-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

63e34c3 · Apr 17, 2025
Mar 9, 2024
Oct 10, 2023
Oct 24, 2020
Apr 17, 2025
Oct 10, 2023
Jan 14, 2025
Feb 4, 2024
Oct 10, 2023
May 21, 2021
May 21, 2021
May 21, 2021
May 20, 2021
Jan 4, 2024
Feb 4, 2024
Oct 9, 2023
Oct 9, 2023
Jan 4, 2024
Oct 9, 2023
Oct 10, 2023

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published