Skip to content

Commit 0c7ee3d

Browse files
committed
fix: latin is a living script
isn't it?
1 parent 95a2e99 commit 0c7ee3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ var SCRIPTS = [
486486
ranges: [[65, 91], [97, 123], [170, 171], [186, 187], [192, 215], [216, 247], [248, 697], [736, 741], [7424, 7462], [7468, 7517], [7522, 7526], [7531, 7544], [7545, 7615], [7680, 7936], [8305, 8306], [8319, 8320], [8336, 8349], [8490, 8492], [8498, 8499], [8526, 8527], [8544, 8585], [11360, 11392], [42786, 42888], [42891, 42927], [42928, 42936], [42999, 43008], [43824, 43867], [43868, 43877], [64256, 64263], [65313, 65339], [65345, 65371]],
487487
direction: "ltr",
488488
year: -700,
489-
living: false,
489+
living: true,
490490
link: "https://en.wikipedia.org/wiki/Latin_script"
491491
},
492492
{

0 commit comments

Comments
 (0)