Project

General

Profile

« Previous | Next » 

Revision ab7baec6

Added by Bryan Kearney about 11 years ago

  • ID ab7baec610b7c9649b57458b97b2ebe360050af9

Add gettext calls to the locations pages and the user pages.

These pages provide examples for using single translations:

_("Here is a simple")

single substitutions:

_("I like %s") % "pie"

and complex ones:

_("%{character"} should %{action}") % {:character => "Jar Jar Binks", :action => "be erased"}

  • added
  • modified
  • copied
  • renamed
  • deleted