diff options
| author | Umair Jibran <[email protected]> | 2021-10-03 18:06:36 +0500 |
|---|---|---|
| committer | Umair Jibran <[email protected]> | 2021-10-03 18:06:36 +0500 |
| commit | f354d3b38639744f6b6970ed82e412a7efc20b1d (patch) | |
| tree | bf901569fec99f624f6125327dc09f3920c07431 | |
| parent | 450e339fc986cde42c301dd5ab81e5736acabace (diff) | |
| download | faker-f354d3b38639744f6b6970ed82e412a7efc20b1d.tar.xz faker-f354d3b38639744f6b6970ed82e412a7efc20b1d.zip | |
add music
| -rw-r--r-- | lib/locales/ur/music/genre.js | 11 | ||||
| -rw-r--r-- | lib/locales/ur/music/index.js | 3 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lib/locales/ur/music/genre.js b/lib/locales/ur/music/genre.js new file mode 100644 index 00000000..4491b818 --- /dev/null +++ b/lib/locales/ur/music/genre.js @@ -0,0 +1,11 @@ +module["exports"] = [ + "پاپ", + "فلک", + "دنیایٰ", + "جاز", + "فنک", + "کلاسکی", + "لاطینی", + "پرانی", + "ریپ", +]; diff --git a/lib/locales/ur/music/index.js b/lib/locales/ur/music/index.js new file mode 100644 index 00000000..aad921a5 --- /dev/null +++ b/lib/locales/ur/music/index.js @@ -0,0 +1,3 @@ +var music = {}; +module['exports'] = music; +music.genre = require("./genre"); |
