chore: rename giude folder for i18n portuguese

This commit is contained in:
kabrunko-dev
2023-12-26 14:34:33 -03:00
parent 4e37687ea5
commit 2ad30afc5b
10 changed files with 6 additions and 6 deletions

View File

@@ -18,9 +18,9 @@ export const locales = {
label: 'Français', label: 'Français',
lang: 'fr', lang: 'fr',
}, },
'pt-br': { pt: {
label: 'Português', label: 'Português',
lang: 'pt-BR', lang: 'pt',
}, },
}; };
@@ -47,7 +47,7 @@ export default defineConfig({
translations: { translations: {
es: 'Guías', es: 'Guías',
fr: 'Guides', fr: 'Guides',
'pt-BR': 'Guias', pt: 'Guias',
'es-MX': 'Guias', 'es-MX': 'Guias',
}, },
}, },
@@ -57,7 +57,7 @@ export default defineConfig({
translations: { translations: {
es: 'Desafíos', es: 'Desafíos',
fr: 'Challenges', fr: 'Challenges',
'pt-BR': 'Desafios', pt: 'Desafios',
'es-MX': 'Retos', 'es-MX': 'Retos',
}, },
}, },

View File

@@ -9,11 +9,11 @@ hero:
file: ../../../assets/angular-challenge.webp file: ../../../assets/angular-challenge.webp
actions: actions:
- text: Iniciar - text: Iniciar
link: /pt-br/guides/getting-started/ link: /pt/guides/getting-started/
icon: right-arrow icon: right-arrow
variant: primary variant: primary
- text: Ir para o desafio mais recente - text: Ir para o desafio mais recente
link: /pt-br/challenges/performance/40-christmas-web-worker/ link: /pt/challenges/performance/40-christmas-web-worker/
icon: rocket icon: rocket
- text: Dar uma estrela - text: Dar uma estrela
link: https://github.com/tomalaforge/angular-challenges link: https://github.com/tomalaforge/angular-challenges