mirror of
https://github.com/Combodo/iTop.git
synced 2026-08-24 15:18:19 +02:00
Some `en_gb` entries still carried the US spelling, so British users were served the American form. This pull request: - corrects 49 entries that used a US spelling (organization, synchronize, synchronized, resynchronization, catalog, categorize, customize, customizable, containerization, virtualization, personalized, localized, serialized, sanitize, and their capitalised forms) - drops the `~~` marker from 175 entries whose text already is correct British English - adds 1 `en_gb` dictionary for a module that shipped none Code identifiers keep their US spelling on purpose, for example the PHP setting `post_max_size`. Dictionary keys and the EN US entries are untouched. Where an `en_gb` entry is absent, `Dict` already falls back to EN US, so nothing is duplicated for the sake of it.