Feature: Add persian translation (#1017)
Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
This commit is contained in:
parent
e8994165ea
commit
24101eb117
22 changed files with 967 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue