@kalamazoo/profilecard
v1.0.2
Published
A React component to display a card with user information.
Downloads
7
Readme
@kalamazoo/profilecard
i18n
src/i18n
is generated folder by yarn i18:pull
, so don't update any files in that folder manually.
Contact Atlaskit team to get TRANSIFEX_API_TOKEN
as a global variable
Pushing translation
In atlaskit-mk-2/packages/people-and-teams/profilecard
folder:
- Run
yarn i18n:push
to build and then find messages indis/esm/src
and push them to Transifex
Pulling translation
In atlaskit-mk-2/packages/people-and-teams/profilecard
folder:
- Run
yarn i18n:pull
to delete currentsrc/i18n
folder and download all messages from Transifex and generatesrc/i18n
again.