plurals.php 231 B

12345678910
  1. <?php
  2. // Plural-Forms: nplurals=1; plural=0;
  3. // This file is generated by cli/compile.plurals.php.
  4. // Edit the formula comment and run `make fix-all`.
  5. return array(
  6. 'nplurals' => 1,
  7. 'plural' => static fn (int $n): int => 0,
  8. );