Open
Description
We'll extract the parsing code from wp_localization_macro
to a new crate and then build a tool that compares the default localization file with translations.
- There should be no keys in translation files that are not also present in the default localization file.
- For any given key, the placeables (
$value
) in the translation file should match the default localization file on an unordered basis. - The report should include the translation percentage for all languages.
Activity