Copy Symfony UX Translator module into to chill-bundles

This commit is contained in:
2025-03-17 20:45:48 +00:00
parent c8e09a28e6
commit 1344fc33e1
11 changed files with 354 additions and 4 deletions

1
assets/ux-translator/dist/utils.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
export declare function strtr(string: string, replacePairs: Record<string, string | number>): string;