Open
Description
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
Labels
No labels