-
Notifications
You must be signed in to change notification settings - Fork 194
Home
chrisgarrity edited this page Nov 1, 2017
·
14 revisions
Notes: command to pull new translations from transifex:
> tx pull -a -s
There are two parts to localizing a new repository, extracting the source strings to be translated and syncing them with transifex, and pulling translations from transifex to be incorporated into the component.
Strings in the source are localized by using the FormattedMessage
jsx component or calling formatMessage
, and they can also be defined with defineMessages