Feature: Add persian translation (#1017)
Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user