Translators
Procedure and documentation about how to contribute to the Open Collective translations
Format
Variables
Words between brackets are variables that meant to be replaced by dynamic values.
For example the string:
Will render as Hello Webpack!
if the collective name is Webpack. You must never change the variable names.
Select
select
is a special command that let us render different texts conditionally. The base pattern is:
A classic example for that is the interval select:
Here interval
is the variable with month
and year
as possible values. If amount is equal to $5
and interval to year
, the template above will be rendered to:
Here again, don't change the variable name or the select
keyword, only the replaced strings (monthly
and yearly
if we take the example above).
Last updated