Commit Graph

5 Commits

Author SHA1 Message Date
059a8a0ff5 DEV: Generate correct i18n keys for wizard radio choices (#28370)
If you wizard step has a dash in it, e.g. foo-bar, the wrong i18n key will be inferred for selects. This PR ensures the key is underscored.
2024-08-14 14:39:18 +02:00
30990006a9 DEV: enable frozen string literal on all files
This reduces chances of errors where consumers of strings mutate inputs
and reduces memory usage of the app.

Test suite passes now, but there may be some stuff left, so we will run
a few sites on a branch prior to merging
2019-05-13 09:31:32 +08:00
2a0443445b New step to choose emoji set 2016-09-22 09:52:19 -04:00
e3640ee5f6 Privacy Step 2016-09-22 09:52:19 -04:00
c94e6f1b96 Add locale step 2016-09-22 09:52:19 -04:00