open-consul/ui/packages/consul-ui/app/utils
John Cowen 935dc696b4
ui: Add intl debug helpers (#10513)
This commit adds a couple of debug utilities to help us to continue slowly adding i18n support:

- We've added a CONSUL_INTL_DEBUG env/cookie variable to turn off variable interpolation within the t helper so you can see which variables are being interpolated.
- We've added a CONSUL_INTL_LOCALE env/cookie which currently supports two 'pseudo-locales' - la-fk (fake latin) and - (just dashes) either of which will make it easier to see what has not been localized until we can add prettier rules to prevent adding any copy into templates at all. I would guess if we ever translated the app we would use this for looking at things whilst developing also - but as yet I've not adding anything for that here seeing as we don't translate anything.
Both variables are dev-time only and all code for this is removed from the production build.
2021-07-06 17:01:08 +01:00
..
dom
editor
filter ui: Add 'Search Across' for finer grained searching (#9282) 2020-12-01 15:45:09 +00:00
form
helpers
http ui: Support Route optional parameters/segments (#10212) 2021-05-26 17:43:46 +01:00
intl ui: [BUGFIX] Replace all replaceAll with split.join for older browsers without replaceAll (#9715) 2021-02-11 09:49:39 +00:00
routing ui: Support Route optional parameters/segments (#10212) 2021-05-26 17:43:46 +01:00
search ui: Fuzzy and Regex searching (#9424) 2020-12-18 10:38:15 +00:00
storage
ticker
acls-status.js
ascend.js
atob.js
btoa.js
callable-type.js
create-fingerprinter.js ui: New search/sort/filtering bar for Node > ServiceInstances (#9326) 2020-12-09 13:08:30 +00:00
distance.js
get-environment.js ui: Add intl debug helpers (#10513) 2021-07-06 17:01:08 +01:00
get-form-name-property.js
isFolder.js
keyToArray.js
left-trim.js
maybe-call.js
merge-checks.js ui: Keep track of previous node checks and avoid adding them twice (#9661) 2021-01-29 15:57:47 +00:00
minimizeModel.js
non-empty-set.js
promisedTimeout.js
right-trim.js
templatize.js
tomography.js
ucfirst.js
update-array-object.js