Changeset 2294
- Timestamp:
- 12/30/08 17:59:06 (3 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Locale.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Locale.pm
r2293 r2294 118 118 }, 119 119 120 # The remaining languages are listed sorted by identifier. 120 121 122 123 124 # The official languages are listed sorted by identifier. 121 125 # NOTE: Please do not populate entries into this list unless 122 126 # you are a native speaker of a particular language and are … … 138 142 }, 139 143 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 }, 141 158 ); 142 159
Note: See TracChangeset
for help on using the changeset viewer.
