diff options
| author | fariborzemami <[email protected]> | 2020-01-31 21:53:48 +0330 |
|---|---|---|
| committer | fariborzemami <[email protected]> | 2020-01-31 21:53:48 +0330 |
| commit | b60cf7bb15d1c17e711abc7b0c2a20e1a8cc36d2 (patch) | |
| tree | 2fcbabde9de63a9b2ef62b92b1175b0f0134d33c /lib | |
| parent | 3b2fa4aebccee52ae1bafc15d575061fb30c3cf1 (diff) | |
| download | faker-b60cf7bb15d1c17e711abc7b0c2a20e1a8cc36d2.tar.xz faker-b60cf7bb15d1c17e711abc7b0c2a20e1a8cc36d2.zip | |
feat: add persian lorem
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/fa/lorem/index.js | 3 | ||||
| -rw-r--r-- | lib/locales/fa/lorem/words.js | 86 |
2 files changed, 89 insertions, 0 deletions
diff --git a/lib/locales/fa/lorem/index.js b/lib/locales/fa/lorem/index.js new file mode 100644 index 00000000..a53a23d0 --- /dev/null +++ b/lib/locales/fa/lorem/index.js @@ -0,0 +1,3 @@ +var lorem = {}; +module['exports'] = lorem; +lorem.words = require("./words"); diff --git a/lib/locales/fa/lorem/words.js b/lib/locales/fa/lorem/words.js new file mode 100644 index 00000000..707e6de1 --- /dev/null +++ b/lib/locales/fa/lorem/words.js @@ -0,0 +1,86 @@ +module["exports"] = [ + "لورم", + "ایپسوم", + "دلار", + "سیت", + "امیت،", + "کانسکتتور", + "ادیپیینگ", + "الیت،", + "سِد", + "دیام", + "نانومی", + "نیب", + "ایسمود", + "تینسیدنت", + "اوت", + "لاوریت", + "دلاری", + "مگنا", + "الیکوام", + "اَرآت", + "ولوتپات.", + "اوت", + "ویسی", + "انیم", + "اد", + "مینیم", + "ونیام،", + "کویز", + "ناسترود", + "اکسرچی", + "تاشن", + "اولامکورپر", + "ساچیپیت", + "لابارتیس", + "نیسل", + "اوت", + "الیکوئیپ", + "اکس", + "ئی", + "کومودو", + "کانسکوات.", + "دوئیس", + "آئوتیم", + "ول", + "ایوم", + "ایریوره", + "دلار", + "این", + "هندرریت", + "این", + "وولپوتایت", + "ولیت", + "اسّی", + "مالستی", + "کانسکوات،", + "ول", + "ایلیوم", + "دلاره", + "ایو", + "فیوگیات", + "نولا", + "فاسیلیسی", + "ات", + "ورو", + "اروس", + "ات", + "اکومسان", + "ات", + "ایوستو", + "اودیو", + "دیگنسیم", + "کوئی", + "بلاندیت", + "پرائیسنت", + "لوپتاتوم", + "زریل", + "دلنیت", + "آوگیو", + "دوئیس", + "دلاره", + "تی", + "فیوگایت", + "نولا", + "فاسیلیسی" +]; |
