Merge pull request #90 from felipellc/add-pt-br-translation

feature/add-ptbr-support
This commit is contained in:
Mohamad Tarbin
2026-05-25 01:59:06 -04:00
committed by GitHub
4 changed files with 283 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ export const AVAILABLE_LANGUAGES = [
{ code: 'es', name: 'Spanish', nativeName: 'Español' },
{ code: 'fr', name: 'French', nativeName: 'Français' },
{ code: 'nl', name: 'Dutch', nativeName: 'Nederlands' },
{ code: 'pt', name: 'Portuguese (Brazil)', nativeName: 'Português (Brasil)' },
]
export const LocalizationProvider = ({ children }) => {