Variables
Introduction
A variable is a part of a string that will be replaced by values provided by the application. Values may be passed using the $translate instance method or the v-i18n directive.
Working with variables
In this example, the application is expected to provide values for the firstName
and lastName
variables as arguments to the $translate method or the v-i18n directive.
Last updated