Skip to content

Commit

Permalink
feat(locale): introduce 'Locale' component
Browse files Browse the repository at this point in the history
Signed-off-by: azjezz <azjezz@protonmail.com>
  • Loading branch information
azjezz committed Mar 19, 2024
1 parent eb6bbfa commit 2ec1e45
Show file tree
Hide file tree
Showing 6 changed files with 1,049 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Expand Up @@ -32,6 +32,7 @@
- [Psl\Interface](./component/interface.md)
- [Psl\Iter](./component/iter.md)
- [Psl\Json](./component/json.md)
- [Psl\Locale](./component/locale.md)
- [Psl\Math](./component/math.md)
- [Psl\Network](./component/network.md)
- [Psl\OS](./component/os.md)
Expand Down
17 changes: 17 additions & 0 deletions docs/component/locale.md
@@ -0,0 +1,17 @@
<!--
This markdown file was generated using `docs/documenter.php`.
Any edits to it will likely be lost.
-->

[*index](./../README.md)

---

### `Psl\Locale` Component

#### `Enums`

- [Locale](./../../src/Psl/Locale/Locale.php#L12)


1 change: 1 addition & 0 deletions docs/documenter.php
Expand Up @@ -225,6 +225,7 @@ function get_all_components(): array
'Psl\\Trait',
'Psl\\Type',
'Psl\\Unix',
'Psl\\Locale',
'Psl\\Vec',
];

Expand Down
1 change: 1 addition & 0 deletions src/Psl/Internal/Loader.php
Expand Up @@ -829,6 +829,7 @@ final class Loader
'Psl\\OS\\OperatingSystemFamily' => 'Psl/OS/OperatingSystemFamily.php',
'Psl\\Password\\Algorithm' => 'Psl/Password/Algorithm.php',
'Psl\\Shell\\ErrorOutputBehavior' => 'Psl/Shell/ErrorOutputBehavior.php',
'Psl\\Locale\\Locale' => 'Psl/Locale/Locale.php',
];

public const TYPE_CONSTANTS = 1;
Expand Down

0 comments on commit 2ec1e45

Please sign in to comment.