Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/modules/bl_i18n_utils/utils.py
| Context not available. | |||||
| def check(self, fix=False): | def check(self, fix=False): | ||||
| """ | """ | ||||
| Check consistency between messages and their keys! | Check consistency between messages and their keys! | ||||
| Check messages using format stuff are consistant between msgid and msgstr! | Check messages using format stuff are consistent between msgid and msgstr! | ||||
| If fix is True, tries to fix the issues. | If fix is True, tries to fix the issues. | ||||
| Return a list of found errors (empty if everything went OK!). | Return a list of found errors (empty if everything went OK!). | ||||
| """ | """ | ||||
| Context not available. | |||||