Right now, I'm going through the code and pulling out the hard-coded strings and putting them in property files. I'm figured out how to do texts in the html templates but I keep getting errors when I try to the same in scala files. I've looked at the lift wiki and find a few tips but no real answers.
For example, in Boot.scala
Menu(Loc("list_users", List("user_view", "all"), "List Users")) ::
is it:
Menu(Loc("list_users", List("user_view", "all"),
S.?("esme_base_list_user")) ::
D.
