u16n
v0.0.19
Published
A library for internationalization.
Readme
U16N
A proper documentation would be nice.
Example
Configuration file
animal:
snail: slug with shell
dog: doggyCases
Simple formatting
There is a {what}
input:
- parameter:
what: thing
result:
There is a thing
Parameter references a translation
There is a {/animal/#animal}
input:
- parameter:
animal: snail
result:
There is a slug with shell
There is a {what}
input:
- parameter:
what: thing
result:
There is a thing
Parameter references a translation
There is a {/animal/#animal}
input:
result:
There is a slug with shell
There is a {/animal/#specie}
input:
- parameter:
specie: dog
result:
There is a doggy
