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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 967 additions and 1 deletions

View file

@ -9,6 +9,7 @@ import ml from './locale/ml';
import pt from './locale/pt';
import pt_BR from './locale/pt_BR';
import ro from './locale/ro';
import fa from './locale/fa';
import ta from './locale/ta';
import it from './locale/it';
@ -24,6 +25,7 @@ export default {
pt_BR,
pt,
ro,
fa,
ta,
it,
};