v2.7.4 - Added Hebrew (עִברִית) Language

This commit is contained in:
Amruth Pillai
2021-06-17 09:22:59 +05:30
parent 45042050ee
commit 9084a2803e
4 changed files with 7 additions and 1 deletions
+4
View File
@@ -47,6 +47,10 @@ const languages = [
code: 'el',
name: 'Greek (Ελληνικά)',
},
{
code: 'he',
name: 'Hebrew (עִברִית)',
},
{
code: 'hi',
name: 'Hindi (हिंदी)',
+1
View File
@@ -9,6 +9,7 @@ import 'dayjs/locale/es';
import 'dayjs/locale/fa';
import 'dayjs/locale/fi';
import 'dayjs/locale/fr';
import 'dayjs/locale/he';
import 'dayjs/locale/hi';
import 'dayjs/locale/it';
import 'dayjs/locale/ja';