We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can't find a bug reporting guideline. Not sure if bug or intended pluralization. Taxes (what you pay the government) is translated to Taxis?
Found when using EF Core Scaffolding tools.
Output a member like the below:
public virtual DbSet IncomeTaxTableSurtaxes { get; set; }
Any db table that ends with Taxes get's the same treatment. Singular of Taxes should be Tax. Possibly this isn't localized correctly?
The text was updated successfully, but these errors were encountered:
According to wiktionary, "taxes" actually is the plural of "taxis". So the correct singularization would depend on the context.
Sorry, something went wrong.
I was expecting Taxes to Tax conversion too.
Taxes
Tax
No branches or pull requests
Can't find a bug reporting guideline. Not sure if bug or intended pluralization. Taxes (what you pay the government) is translated to Taxis?
Found when using EF Core Scaffolding tools.
Output a member like the below:
public virtual DbSet IncomeTaxTableSurtaxes { get; set; }
Any db table that ends with Taxes get's the same treatment. Singular of Taxes should be Tax. Possibly this isn't localized correctly?
The text was updated successfully, but these errors were encountered: