I’d like to check what messages the system sends to users, and maybe customise them. Anything I type in as a search term in Customise–Text (eg “flag” or “system_mesages”) shows up “more than 50 results” so I don’t get to see them all. Thanks.
pfaffman
(Jay Pfaffman)
July 4, 2022, 1:35pm
2
You can look in the source at
en:
js:
number:
format:
# symbol used to separate the integer part from the fractional part of a number
separator: "."
# symbol for the thousands separator used in digit grouping
delimiter: ","
human:
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
short:
This file has been truncated. show original
2 Likes
That’s great. Are there other similar ones? For example, when I search that for “tl1” or “system_messages” nothing turns up.
Update: there’s also a file server.en.yml
. I’ve not looked through it but hope that between these two files I’ll be able to find everything.
en:
dates:
# Use Moment.js format string: https://momentjs.com/docs/#/displaying/format/
short_date_no_year: "D MMM"
# Use Moment.js format string: https://momentjs.com/docs/#/displaying/format/
short_date: "D MMM, YYYY"
# Use Moment.js format string: https://momentjs.com/docs/#/displaying/format/
long_date: "MMMM D, YYYY h:mma"
datetime_formats: &datetime_formats
formats:
# Format directives: https://ruby-doc.org/core/Time.html#method-i-strftime
short: "%m-%d-%Y"
# Format directives: https://ruby-doc.org/core/Time.html#method-i-strftime
short_no_year: "%B %-d"
# Format directives: https://ruby-doc.org/core/Time.html#method-i-strftime
date_only: "%B %-d, %Y"
# Format directives: https://ruby-doc.org/core/Time.html#method-i-strftime
long: "%B %-d, %Y, %l:%M%P"
# Format directives: https://ruby-doc.org/core/Time.html#method-i-strftime
This file has been truncated. show original