feat: add french translation (#2884)

* feat: add french translation

* fix: add fr locale export
This commit is contained in:
Erez Rokah
2019-11-17 09:03:32 +02:00
committed by GitHub
parent 0df21598ab
commit 0898767fc9
2 changed files with 180 additions and 0 deletions

View File

@ -1,2 +1,3 @@
export { default as en } from './en';
export { default as de } from './de';
export { default as fr } from './fr';