From: Lady Date: Wed, 14 Jun 2023 02:02:55 +0000 (-0700) Subject: Always return (the same) objects for langstrings X-Git-Url: https://git.ladys.computer/Etiquette/commitdiff_plain/771a1ca8d8302b01060db00de7f588093e8805ec?hp=771a1ca8d8302b01060db00de7f588093e8805ec Always return (the same) objects for langstrings Instead of returning a string literal in some cases and a `String` object in others, always return an object when processing language strings. Use a cache and registry to always return the same object for any given value and language, to allow `Set` operations to work as expected. ---