summaryrefslogtreecommitdiff
path: root/config/locales/en.yml
AgeCommit message (Collapse)Author
2014-05-26sorting translation keys someAzul
2014-05-26navigation works with empty locale selectedAzul
Just in case some translation keys are not present things should still work and make sense. So translation keys should be picked in a meaningful way and scoped rather than prefixed. For example overview.account will turn into "Account" if no translation is present while "overview_account" will turn into "Overview Account". We usually want the former.
2014-05-26FlashResponder will automagically add flash messagesAzul
2014-05-19i18n for error pagesAzul
2014-04-24add signup and login info on the formsAzul
2014-04-08moving all of core into toplevel, tests fail.Azul
2014-01-23added a default footer with links to privacy policy, tos, pricing, about us, ↵elijah
contact.
2014-01-23added default pricing, privacy policy and tos pages.elijah
2013-07-04moved app locales to core gem.elijah
2013-07-04i18n - added a few strongs to app, fixed language at english for now.elijah
2013-07-04start of new ui - css changes, layout changes, navigation changes.elijah
2013-01-15For both users and tickets, if the object is not found and the current user ↵jessib
is an admin, they should see an alert that the object wasn't found, and be redirected to the current controller. If the object isn't found and the current user is not an admin, then we will continue to give an error about no access, so as not to leak information about what IDs do and don't exist.
2012-09-27Adding in what used to be leap webapp demoAzul
we're merging repositories into one