Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dodanie kilku wyrazów bliskoznacznych. #2

Open
wants to merge 1 commit into
base: główna
Choose a base branch
from

Conversation

kamichal
Copy link

Zapraszam do review.

@@ -5,9 +5,9 @@ fn replace_ident(ident: Ident) -> Option<TokenTree> {

let new_str = match ident_str.as_str() {
"Źle" => "Err",
"Dobrze" => "Ok",
"Dobrze" | "Prawilnie" => "Ok",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Myślę, że oprócz Prawilnie powinniśmy dodatkowo wspierać Wporzo oraz Elegancko:

Suggested change
"Dobrze" | "Prawilnie" => "Ok",
"Dobrze" | "Prawilnie" | "Wporzo" | "Elegancko" => "Ok",

"dopóki" => "while",
"użyj" => "use",
"do" => "into",
"rób" => "do",
"prawda" => "true",
"enumeracja" => "enum",
"enumeracja" | "wyliczanie" | "wyliczanka" | "wyliczaj" => "enum",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moim zdaniem wyliczaj tutaj nie pasuje, bo to czasownik, a reszta to rzeczowniki.

Suggested change
"enumeracja" | "wyliczanie" | "wyliczanka" | "wyliczaj" => "enum",
"enumeracja" | "wyliczanie" | "wyliczanka" => "enum",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants