Update Locale::Codes to 3.12
[p5sagit/p5-mst-13.2.git] / cpan / Locale-Codes / internal / data.language.pl
1 #!/usr/bin/perl -w
2 # Copyright (c) 2010-2010 Sullivan Beck.  All rights reserved.
3 # This program is free software; you can redistribute it and/or modify it
4 # under the same terms as Perl itself.
5
6 %language_alias =
7   (
8    "Greek"                            => 'Greek, Modern (1453-)',
9    "Tonga"                            => 'Tonga (Tonga Islands)',
10   );
11
12 %language_iso_orig =
13   (
14    "Bokm\x{e5}l, Norwegian; Norwegian Bokm\x{e5}l"
15                                       => 'Bokmal, Norwegian; Norwegian Bokmal',
16    "Occitan (post 1500); Proven\x{e7}al"
17                                       => 'Occitan (post 1500); Provencal',
18    "Proven\x{e7}al, Old (to 1500)"    => 'Provencal, Old (to 1500)',
19    "Volap\x{fc}k"                     => 'Volapuk',
20   );
21
22 1;
23
24 # Local Variables:
25 # mode: cperl
26 # indent-tabs-mode: nil
27 # cperl-indent-level: 3
28 # cperl-continued-statement-offset: 2
29 # cperl-continued-brace-offset: 0
30 # cperl-brace-offset: 0
31 # cperl-brace-imaginary-offset: 0
32 # cperl-label-offset: -2
33 # End:
34