marked normal strings as translation strings

Review Request #309 — Created March 26, 2008 and submitted

Information

Review Board SVN (deprecated)
440

Reviewers

This change is only aimed to convert normal strings into translation strings.
Most of changes are template html files.
I confirmed all of the strings are translated which I changed on my local.
david
  1. 
      
  2. This line/file shouldn't be changed.
    1. this is my mistake...
      Hopefully this line could be translated in some ways.
  3. Hrm.  This won't work so well for languages that don't put things in this order.
  4. Concatenation issues again.  This should translate the entire string at once (something like {% blocktrans %}Updated {{review...}} ago{% endblocktrans %})
  5. 
      
david
  1. Looks great.  Committed as r1241.  Thanks!
  2. 
      
JA
  1. 
      
  2. This doesn't work.  trans doesn't seem to expand {{ var }}.
    1. This has since been fixed. We caught the breakage shortly after it went in.
  3. 
      
Loading...