Changes between Initial Version and Version 3 of Ticket #22822


Ignore:
Timestamp:
Jul 28, 2014, 2:52:31 PM (10 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22822

    • Property Owner changed from nobody to anonymous
    • Property Status newassigned
    • Property Component UncategorizedTranslations
    • Property Type UncategorizedBug
  • Ticket #22822 – Description

    initial v3  
    22
    33This is because of the lines:
    4 
     4{{{
    55       if en_selected and en_catalog_missing:
    66            t = {}
    77        else: #.... actually go on and build up the dictionary for the catalog.
    8 
     8}}}
    99Without an en or en_us translation, en_catalog_missing will be true and for something like en_gb, en_selected will also be true.  This means that en_gb will never be loaded.
    1010
Back to Top