Skip to content

Commit

Permalink
Merge pull request #75 from xoryouyou/master
Browse files Browse the repository at this point in the history
Added foundation for DE_DE data
  • Loading branch information
cksac authored Dec 27, 2024
2 parents 7108e79 + 66eb15b commit b7e2e0c
Show file tree
Hide file tree
Showing 5 changed files with 476 additions and 67 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ A Rust library and command line tool for generating fake data in different langu
| Simplified Chinese | zh_cn |
| Japanese | ja_jp |
| Portugese (Brazilian) | pt_br |
| German | de_de |


## Installation
Expand Down
2 changes: 2 additions & 0 deletions fake/src/faker/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ macro_rules! def_fakers {
def_fakers!(@m ar_sa=>AR_SA {$($name$(< $($lts),* >)?($($arg:$typ),*);)+});
def_fakers!(@m ja_jp=>JA_JP {$($name$(< $($lts),* >)?($($arg:$typ),*);)+});
def_fakers!(@m pt_br=>PT_BR {$($name$(< $($lts),* >)?($($arg:$typ),*);)+});
def_fakers!(@m de_de=>DE_DE {$($name$(< $($lts),* >)?($($arg:$typ),*);)+});

};
}

Expand Down
Loading

0 comments on commit b7e2e0c

Please sign in to comment.