Changes between Version 42 and Version 43 of BluePrint/Internationalisation


Ignore:
Timestamp:
04/20/13 13:34:21 (12 years ago)
Author:
nownikhil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Internationalisation

    v42 v43  
    2121* List of modules shouldn't come from list of controllers (e.g. misses translate itself!)
    2222* Exclude Unit Tests folder
    23 * Exclude all full paths (2nd occurrence+ is giving full path)
     23* ~~Exclude all full paths (2nd occurrence+ is giving full path)~~
    2424* Include certain prepop CSV columns (for T(record.field))
    25 * Don't include vars - e.g. T(r.name) shouldn't add "r.name" to the translation file
     25* ~~Don't include vars - e.g. T(r.name) shouldn't add "r.name" to the translation file~~
    2626* Rewrite admin.py translate() so that only opt3 is a REST controller for translate_language (no need for an opt)
    2727 * All other opts should be separate controllers