Skip to content

Commit

Permalink
add team
Browse files Browse the repository at this point in the history
  • Loading branch information
UmairJibran committed Oct 3, 2021
1 parent 01447e4 commit df6e6ac
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
37 changes: 37 additions & 0 deletions lib/locales/ur/team/creature.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
module['exports'] = [
'چیونٹیاں',
'چمگادڑ',
'بھالو',
'مکیاں',
'پرندے',
'بیل',
'بلیاں',
'مرغیاں',
'مویشی',
'کتے',
'مچھلیاں',
'بطخیں',
'ہاتھی',
'لومڑیاں',
'مینڈک',
'بکریاں',
'گھوڑے',
'شیر',
'بندر',
'الو',
'لوگ',
'سور',
'خرگوش',
'بھیڑ',
'بھیڑیں',
'زیبرا',
'کویں',
'کالی بلیاں',
'بھوت',
'جادوگر',
'بیٹیں',
'دشمن',
'پیغمبر',
'روح',
'عبادت گزار',
];
4 changes: 4 additions & 0 deletions lib/locales/ur/team/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
var team = {};
module['exports'] = team;
team.creature = require("./creature");
team.name = require("./name");
3 changes: 3 additions & 0 deletions lib/locales/ur/team/name.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module["exports"] = [
"#{Address.state} #{creature}"
];

0 comments on commit df6e6ac

Please sign in to comment.