File: data.langfam.pl

package info (click to toggle)
liblocale-codes-perl 3.85-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,768 kB
  • sloc: perl: 137,979; sh: 22; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 814 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/usr/bin/perl -w
# Copyright (c) 2011-2025 Sullivan Beck.  All rights reserved.
# This program is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.

$Data{'langfam'}{'link'} = [];

################################################################################

$Data{'langfam'}{'iso'}{'orig'}{'name'} = {
   "Creoles and pidgins, English‑based"  => "Creoles and pidgins, English-based",
   "Creoles and pidgins, French‑based"   => "Creoles and pidgins, French-based",
};

$Data{'langfam'}{'iso'}{'ignore'} = {
};

1;

# Local Variables:
# mode: cperl
# indent-tabs-mode: nil
# cperl-indent-level: 3
# cperl-continued-statement-offset: 2
# cperl-continued-brace-offset: 0
# cperl-brace-offset: 0
# cperl-brace-imaginary-offset: 0
# cperl-label-offset: 0
# End: