• 
      

    Update locale files for Djblets.

    Review Request #5742 — Created April 25, 2014 and submitted

    Information

    Djblets
    master
    45d7200...

    Reviewers

    This change bundles together three things:
    * Extracted all newly-introduced strings.
    * Added all translations and updated strings from transifex (including a new
    Korean localization)
    * Removed LANGUAGES from settings.py, so that we can just fall back on Django's
    list, which is much more comprehensive.

    
     
    chipx86
    1. 
        
    2. djblets/settings.py (Diff revision 1)
       
       
       
       
       
       

      Just curious, why this change?

      1. Django provides a much more comprehensive list of languages. By removing this, we just end up using that, which makes it so we don't have to maintain a list of languages, and at least the django strings will be available for all languages.

    3. 
        
    chipx86
    1. Ship It!

    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (67f5cd2).