You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently running through all the code trying to find and replace the word Ticket with Case. However, different cities might want to call them different things.
We could set this word in the configuration. Then, make sure everywhere on the site, the configured word is used.
I'm not sure if this would best be in the current configuration.inc, or if we should create some new configuration file with system labels. Looking down the road at i18n might give us some ideas.
The text was updated successfully, but these errors were encountered:
The unix standard is to use gettext. PHP has support for gettext, provided you've compiled it in. From a performance standpoint, this would be the fastest system to use. However, the translation files require a special editor to be able to change the wording. A free editor (POEdit) is available on Windows, Mac, and Linux, of course.
So, cities who might want to change the wording for themselves might face a small learning curve.
We're currently running through all the code trying to find and replace the word Ticket with Case. However, different cities might want to call them different things.
We could set this word in the configuration. Then, make sure everywhere on the site, the configured word is used.
I'm not sure if this would best be in the current configuration.inc, or if we should create some new configuration file with system labels. Looking down the road at i18n might give us some ideas.
The text was updated successfully, but these errors were encountered: