Changeset 2294


Ignore:
Timestamp:
12/30/08 17:59:06 (3 years ago)
Author:
adamk
Message:

Adding Klingon, mostly for the hell of it, but mainly to uncover issues related to things being required

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Locale.pm

    r2293 r2294  
    118118    }, 
    119119 
    120     # The remaining languages are listed sorted by identifier. 
     120 
     121 
     122 
     123 
     124    # The official languages are listed sorted by identifier. 
    121125    # NOTE: Please do not populate entries into this list unless 
    122126    # you are a native speaker of a particular language and are 
     
    138142    }, 
    139143 
    140      
     144 
     145 
     146 
     147 
     148    # RFC4646 supports the interesting idea of comedy languages. 
     149    # We'll put these at the end :) 
     150    # Mostly what these do is uncover issues that might arise when 
     151    # a language is not supported by various older standards. 
     152    'i-klingon' => { 
     153        gettext  => 'Klingon', 
     154        iso639   => undef, 
     155        iso3166  => undef, 
     156        wxid     => undef, 
     157    }, 
    141158); 
    142159 
Note: See TracChangeset for help on using the changeset viewer.