[OLD] Crisis Cleanup Version 3 Web Application based on Vue 2. This version was launched March 27, 2020 and retired March 10, 2023 when it was superseded by a Vue 3 version.
Notice that the postal_code field is labeled "Postal Code." However, in US English, it should be "Zip Code." I confirmed that all translations of postal_code were "Zip Code" in US English.
This means that "Postal Code" must have been hard-coded, rather than implemented using localizations.
The same thing applies to all of the top-level fields. E.g. "Location" should be localized, and should be "What3Words"
Expected behavior
The localization should appear, rather than a hard-coded English version.
Screenshots
Desktop (please complete the following information):
OS: Windows 11
Browser FF
Version 72
Additional context
To confirm localizations:
SELECT * FROM core_localizations_text WHERE localization_id IN( SELECT id FROM core_localizations WHERE label = 'postal_code')
Bug Hard-coded English appears in intake form, rather than localizations. See #95 .
To Reproduce Steps to reproduce the behavior:
postal_code
field is labeled "Postal Code." However, in US English, it should be "Zip Code." I confirmed that all translations ofpostal_code
were "Zip Code" in US English.Expected behavior The localization should appear, rather than a hard-coded English version.
Screenshots
Desktop (please complete the following information):
Additional context To confirm localizations:
SELECT * FROM core_localizations_text WHERE localization_id IN( SELECT id FROM core_localizations WHERE label = 'postal_code')