Skip to content

Instantly share code, notes, and snippets.

View bleuscyther's full-sized avatar
🏠
Working from home

jeffrey n. carre bleuscyther

🏠
Working from home
View GitHub Profile
@bleuscyther
bleuscyther / angular.json
Last active December 2, 2022 09:28
Angular 15 Universal + Internationalization (localize)
{
"i18n": {
"sourceLocale": {
"code": "en",
"baseHref": "/en/"
},
"locales": {
"es": {
"translation": "src/locales/messages.es.xlf",
"baseHref": "/es/"