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 tool for translation statistics #135

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Aigrefin
Copy link
Contributor

Hi,

This basic tool helps detect missing translations and gives warnings when a field seems to have been copy-pasted instead of translated. It also gives a warning when the english translations of the extension are different from the ones of the eng.xml file.

Usage :
cd tools
lua translations_status.lua

Example output :

-- missing lang files
alb
scc
jpn
ben
mal
vie
-- missing translation keys
rum mess_err_wrong_path
rum mess_err_cant_download_interface_translation
hun mess_err_wrong_path
hun mess_err_cant_download_interface_translation
eng mess_err_wrong_path
eng mess_err_cant_download_interface_translation
eng mess_err_conf_access
slo int_no_support_mess
slo int_os_password
slo int_os_username
-- translations equal to the english version
-- or xml english translation different from program english translation
rum int_config
rum int_ok
hun int_ok
baq int_searching_transl
baq int_search_transl
eng mess_err_wrong_path
eng mess_err_cant_download_interface_translation
eng mess_err_conf_access
eng int_help_mess
eng action_search
eng mess_not_load
eng int_no_support_mess
eng int_os_password
eng int_os_username
eng action_hash
slo int_ok

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.

1 participant