Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Python script to easily compare .arb files #4

Closed
wants to merge 1 commit into from

Conversation

foxpy
Copy link

@foxpy foxpy commented Oct 9, 2022

Simply run cd l10n && ./diff.py && echo "We are good to go :)" to quickly check if your localization files are consistent.

If not, the output will look something like:

[foxpy@t14s sticker-importer]$ cd l10n && ./diff.py && echo "We are good to go :)"
intl_ru.arb misses:
        customize_your_pack
        done_exc_block2
        check_the_link

intl_en.arb misses:
        github
        source_code

[foxpy@t14s l10n]$ 

@foxpy
Copy link
Author

foxpy commented Oct 12, 2022

Obsoleted by 9ec6480

@foxpy foxpy closed this Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant