Feature: Add persian translation (#1017)

Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
This commit is contained in:
Ali Ghanavatian
2020-07-10 20:08:59 +04:30
committed by GitHub
parent e8994165ea
commit 24101eb117
22 changed files with 967 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ import { default as ml } from './locale/ml.json';
import { default as nl } from './locale/nl.json';
import { default as pt } from './locale/pt.json';
import { default as pt_BR } from './locale/pt_BR.json';
import { default as fa } from './locale/fa.json';
export default {
ar,
@@ -22,4 +23,5 @@ export default {
nl,
pt,
pt_BR,
fa,
};