"Autocomments":
- should mimic the wbeditentity behavior when editing labels/descriptions/aliases:
- If the change results in changing labels in not more than 50 languages: /* wbeditentity-update-languages-short:0||LANGS */
- If the change results in changing labels in 51 or more languages: /* wbeditentity-update-languages:0||LANG_COUNT */
- where LANGS is a comma separated list of language codes of relevant languages (e.g. en, de, es, fr, fi, it). LANG_COUNT is a number of languages with changed labels
- the boundary number of 50 languages is defined in ChangedLanguagesCounter::SHORTENED_SUMMARY_MAX_EDIT constant (not configurable)