Major refactoring cleanup: - Add new controller architecture (class-controller-*.php) - Add new settings-v2 UI (views/settings-v2/) - Add new CSS architecture (agentic-sidebar.css, tokens) - Add esbuild build pipeline (scripts/build.js, package.json) - Add composer dependencies (vendor/) - Add frontend src directory (assets/js/src/index.jsx) - Add documentation files - Remove old/obsolete files (class-settings.php, old CSS) This commits all pending changes from previous refactoring efforts.
15 lines
432 B
Markdown
15 lines
432 B
Markdown
Symfony Polyfill / Intl: Normalizer
|
|
===================================
|
|
|
|
This component provides a fallback implementation for the
|
|
[`Normalizer`](https://php.net/Normalizer) class provided
|
|
by the [Intl](https://php.net/intl) extension.
|
|
|
|
More information can be found in the
|
|
[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md).
|
|
|
|
License
|
|
=======
|
|
|
|
This library is released under the [MIT license](LICENSE).
|