Skip to content

Commit

Permalink
feat(mvc): translations
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobritodev committed Aug 20, 2021
1 parent fde886a commit abb057c
Show file tree
Hide file tree
Showing 49 changed files with 8 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/services/DevStore.Pedidos.API/Controllers/OrderController.cs
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/web/DevStore.WebApp.MVC/Controllers/CatalogController.cs
Binary file not shown.
Binary file not shown.
Binary file modified src/web/DevStore.WebApp.MVC/Controllers/HomeController.cs
Binary file not shown.
Binary file not shown.
Binary file modified src/web/DevStore.WebApp.MVC/Controllers/MainController.cs
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/web/DevStore.WebApp.MVC/Controllers/ShoppingCartController.cs
Binary file not shown.
Binary file modified src/web/DevStore.WebApp.MVC/DevStore.WebApp.MVC.csproj
Binary file not shown.
Binary file modified src/web/DevStore.WebApp.MVC/Extensions/AppSettings.cs
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/web/DevStore.WebApp.MVC/Extensions/RazorHelpers.cs
Binary file not shown.
Binary file not shown.
Binary file modified src/web/DevStore.WebApp.MVC/Models/ErrorViewModel.cs
Binary file not shown.
Binary file modified src/web/DevStore.WebApp.MVC/Services/AuthService.cs
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/web/DevStore.WebApp.MVC/Services/Service.cs
Binary file not shown.
Binary file modified src/web/DevStore.WebApp.MVC/Views/Catalog/Index.cshtml
Binary file not shown.
Binary file modified src/web/DevStore.WebApp.MVC/Views/Catalog/ProductDetails.cshtml
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/web/DevStore.WebApp.MVC/Views/Shared/Error.cshtml
Binary file not shown.
Binary file modified src/web/DevStore.WebApp.MVC/Views/Shared/_LoginPartial.cshtml
Binary file not shown.
Binary file modified src/web/DevStore.WebApp.MVC/Views/ShoppingCart/Index.cshtml
Binary file not shown.
8 changes: 4 additions & 4 deletions src/web/DevStore.WebApp.MVC/appsettings.Development.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"AutenticacaoUrl": "https://localhost:55101",
"CatalogoUrl": "https://localhost:55301",
"ClienteUrl": "https://localhost:55401",
"ComprasBffUrl": "https://localhost:55501",
"AuthUrl": "https://localhost:55101",
"CatalogUrl": "https://localhost:55301",
"ClientUrl": "https://localhost:55401",
"CheckoutBffUrl": "https://localhost:55501",

"Logging": {
"LogLevel": {
Expand Down
8 changes: 4 additions & 4 deletions src/web/DevStore.WebApp.MVC/appsettings.Production.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"AutenticacaoUrl": "https://devstore-api-identidade:5101",
"CatalogoUrl": "https://devstore-api-catalogo:5301",
"ClienteUrl": "https://devstore-api-cliente:5401",
"ComprasBffUrl": "https://devstore-api-bff-compras:5501",
"AuthUrl": "https://devstore-api-identidade:5101",
"CatalogUrl": "https://devstore-api-catalogo:5301",
"ClientUrl": "https://devstore-api-cliente:5401",
"CheckoutBffUrl": "https://devstore-api-bff-compras:5501",

"Logging": {
"LogLevel": {
Expand Down

0 comments on commit abb057c

Please sign in to comment.