fix(locale-pt): add missing pt locale import (#3029)

This commit is contained in:
Erez Rokah 2020-01-05 15:16:54 +02:00 committed by GitHub
parent 74ecc21879
commit 8bf01e8022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,3 +9,4 @@ export { default as pl } from './pl';
export { default as ru } from './ru';
export { default as ja } from './ja';
export { default as hu } from './hu';
export { default as pt } from './pt';