Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

parameterized-string

A small utility module that allows recursively defining a string resource or quantity string resource, which may have other resources defined.

This allows a nice way to separate the definition of a string resource (which might be done at a deeper layer in the app) from the resolution of the string resource (which must be done in the UI layer, as explored here)