Skip to content

Commit

Permalink
Merge pull request #7 from Beckicious/hauptast
Browse files Browse the repository at this point in the history
Chliini ergänzig
  • Loading branch information
Georg-code authored Sep 21, 2023
2 parents f76c171 + d1e01f5 commit 2146b91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ roeschti::roeschti! {
## Mitmache

First of all, _merci_ for considering participating to this joke, the
Swiss government and Rodger Federer will thank you later! Feel free to throw in a few identifiers
Swiss government and Roger Federer will thank you later! Feel free to throw in a few identifiers
here and there, and open a pull-request against the `hauptast` (Swissgerman for
`mainbranch`).

Expand Down
4 changes: 2 additions & 2 deletions roesti_proc_macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn replace_ident(ident: Ident) -> Option<TokenTree> {
"Resultat" => "Result",
"Selber" => "Self",
"usdrucke" => "println",
"ahalte" => "break",
"ahalte" | "item" => "break",
"asynchron" => "async",
"druf-warte" => "await",
"schlaufe" => "loop",
Expand All @@ -38,7 +38,7 @@ fn replace_ident(ident: Ident) -> Option<TokenTree> {
"falsch" => "false",
"funktion" => "fn",
"super" => "super",
"infüege" => "insert",
"infüege" | "ifüege" => "insert",
"hole" => "get",
"erlaube" => "allow",
"scheisse" | "panik" | "huere_schafseckel" => "panic",
Expand Down

0 comments on commit 2146b91

Please sign in to comment.