Text transformations (e.g. title case, capitalize first letter, lower case) #38
Labels
functions
Issue pertains to the default function set
requirements
Issues related with MF requirements list
Is your feature request related to a problem? Please describe.
Since variables move around in a sentence, it can become important to have letter casing to be specified by a message. If English puts a variable in the middle of a message and another language puts it at the beginning of a message, it may need the first letter upper cased. If you have optional data at the front of a message, you may need to optionally case the first letter of a sentence.
Describe the solution you'd like
We need a way to do the following:
Describe why your solution should shape the standard
Message formatting can't handle this type of localization issue right now.
Additional context or examples
source: The ${variable} is turned on
grammar of a target language: ${variable} is turned on
In that example, the result of the variable named "variable" would need the first letter upper cased.
The text was updated successfully, but these errors were encountered: