Open rmccue opened 1 year ago
I'm replacing an existing gettext implementation which supports splitting strings across multiple mo files, and merging multiple catalogs together.
To support this, I've added Catalog::merge which accepts another Catalog, and which extends the strings with those of the other catalog.
Catalog::merge
I'm replacing an existing gettext implementation which supports splitting strings across multiple mo files, and merging multiple catalogs together.
To support this, I've added
Catalog::merge
which accepts another Catalog, and which extends the strings with those of the other catalog.