Skip to content

Commit 013436e

Browse files
committed
chore: comment what plural-rules does
1 parent 34536d7 commit 013436e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/intl/bin/plural-rules.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#!/usr/bin/env php
22
<?php
33

4+
/**
5+
* This files generates the `src/PluralRules/PluralRulesMatcher.php` class.
6+
* This class holds the compiled logic for determining plural categories based on the CLDR dataset.
7+
*/
8+
49
require_once getcwd() . '/vendor/autoload.php';
510

611
use Tempest\Console\Console;

0 commit comments

Comments
 (0)