Merge pull request #90 from felipellc/add-pt-br-translation
feature/add-ptbr-support
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user