Codebase list liblocales-perl / 849ab24
Add missing native tlh name for fun and profit Daniel Muey 9 years ago
2 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
819819 my $code_to_name_str = _stringify_hash_no_dumper($native_map);
820820 my $fallback_lookup_str = _stringify_hash_no_dumper($fallback_lookup);
821821
822 # nerd alert! TODO: verify during next build
823 if ( $code_to_name_str->{'tlh'} eq 'Klingon' ) { # i.e. no CLDR data for tlh
824
825 # "\x{f8e4}\x{f8d7}\x{f8dc}\x{f8d0}\x{f8db}"
826 # "\xef\xa3\xa4\xef\xa3\x97\xef\xa3\x9c\xef\xa3\x90\xef\xa3\x9b"
827 $code_to_name_str->{'tlh'} = ""; # need a font to see this, like Bengali
828 }
829
822830 _write_utf8_perl(
823831 "$locales_db/Native.pm", qq{package Locales::DB::Native;
824832
281281 'kk' => 'қазақ тілі',
282282 'elx' => 'Elamite',
283283 'gor' => 'Gorontalo',
284 'tlh' => 'Klingon',
284 'tlh' => '',
285285 'my' => 'ဗမာ',
286286 'sog' => 'Sogdien',
287287 'see' => 'Seneca',