mirror of
https://github.com/lingble/chatwoot.git
synced 2026-03-20 03:52:43 +00:00
chore: Enable Hebrew language for widget (#7079)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
committed by
GitHub
parent
f2a34ad8aa
commit
d9f2cd0a6e
@@ -9,6 +9,7 @@ import es from './locale/es.json';
|
||||
import fa from './locale/fa.json';
|
||||
import fi from './locale/fi.json';
|
||||
import fr from './locale/fr.json';
|
||||
import he from './locale/he.json';
|
||||
import hi from './locale/hi.json';
|
||||
import hu from './locale/hu.json';
|
||||
import id from './locale/id.json';
|
||||
@@ -47,6 +48,7 @@ export default {
|
||||
fa,
|
||||
fi,
|
||||
fr,
|
||||
he,
|
||||
hi,
|
||||
hu,
|
||||
id,
|
||||
|
||||
@@ -9,6 +9,7 @@ import es from './locale/es.json';
|
||||
import fa from './locale/fa.json';
|
||||
import fi from './locale/fi.json';
|
||||
import fr from './locale/fr.json';
|
||||
import he from './locale/he.json';
|
||||
import hi from './locale/hi.json';
|
||||
import hu from './locale/hu.json';
|
||||
import id from './locale/id.json';
|
||||
@@ -47,6 +48,7 @@ export default {
|
||||
fa,
|
||||
fi,
|
||||
fr,
|
||||
he,
|
||||
hi,
|
||||
hu,
|
||||
id,
|
||||
|
||||
Reference in New Issue
Block a user