Created
March 25, 2025 16:37
-
-
Save steph-crown/6f1bd05857f60eca18b172d56c62c7b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| //... | |
| "projects": { | |
| "Flowmono-Website": { | |
| "i18n": { | |
| "sourceLocale": "en-US", // Default locale | |
| "locales": { | |
| "fr": { | |
| "translation": "src/locale/messages.fr.xlf" // French translations | |
| }, | |
| // Add more locales as needed | |
| } | |
| }, | |
| "architect": { | |
| "build": { | |
| "configurations": { | |
| "fr": { | |
| "localize": ["fr"] | |
| } | |
| } | |
| }, | |
| "serve": { | |
| "fr": { | |
| "browserTarget": "Flowmono-Website:build:development,fr" // Serve French locale | |
| } | |
| } | |
| } | |
| // ... | |
| } | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment