Skip to content

Allow a method for specifying variations / modifiers #20

Open
@SimonClark

Description

@SimonClark

As a resource bundle author, I want to specify variations of a string...

mouse_ItemName = mouse

@modifiers pluralform-many
mouse_ItemName = mice

iPhone_ItemName = iPhone

@modifiers sentence-start
iPhone_ItemName = iPhone

Further, it should be possible to specify multiple modifiers:

racoon_ItemName = racoon

@modifiers pluralform-many
racoon_ItemName = racoons

@modifiers slang
racoon_ItemName = trash panda

@modifiers pluralform-many slang
racoon_ItemName = trash pandas

I would expect there to be a set of common modifiers that most implementors would find useful, however, the modifiers should not be limited to that set, but open for extension...

taxJurisdiction_FieldLabel = Tax jurisdiction

@modifiers locale-US
taxJurisdiction_FieldLabel = Nexus

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions