We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c794a commit dc8d962Copy full SHA for dc8d962
copier.yml
@@ -26,7 +26,7 @@ domain_uppercase:
26
domain_plural:
27
type: str
28
help: "Plural form of domain"
29
- default: "{% if app_name.endswith('y') %}{{ domain.replace('y', '') }}ies{% else %}{{ domain.lower() }}s{% endif %}"
+ default: "{% if domain.endswith('y') %}{{ domain.replace('y', '') }}ies{% else %}{{ domain.lower() }}s{% endif %}"
30
31
domain_plural_capitalized:
32
0 commit comments