Strings
Introduction
Simple strings
hello_message: `Hello, World!`Compound strings
tos_name: `Terms of Service`,
tos_message: `Please accept our { tos_name }`tos_name: `conditions d'utilisation`,
tos_message: `Accepter nos { tos_name }, s'il vous plaît`Aliases
Last updated