Feat(docs): add pl locale (#2949)

* feat(locale): add 'pl' locale

* style: format pl locale file
This commit is contained in:
Erez Rokah
2019-12-04 17:16:33 +02:00
committed by GitHub
parent dd754e9377
commit 92cad45120
2 changed files with 187 additions and 0 deletions

View File

@ -5,3 +5,4 @@ export { default as es } from './es';
export { default as uk } from './uk';
export { default as nl } from './nl';
export { default as tr } from './tr';
export { default as pl } from './pl';