Skip to content

Instantly share code, notes, and snippets.

@steph-crown
Created March 25, 2025 16:37
Show Gist options
  • Select an option

  • Save steph-crown/6f1bd05857f60eca18b172d56c62c7b0 to your computer and use it in GitHub Desktop.

Select an option

Save steph-crown/6f1bd05857f60eca18b172d56c62c7b0 to your computer and use it in GitHub Desktop.
{
//...
"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