Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stories refactoring, i18n <Text /> with separator #40

Merged
merged 3 commits into from
Nov 1, 2018

Conversation

Drapegnik
Copy link
Member

@Drapegnik Drapegnik commented Oct 14, 2018

add || separator support

from

Выражаем падзяку || Ганне Бучко || (лагатып) і || Даніілу Пячэнка || (саўндтрэк да лекцый).

to

<Text id="about.thanks">
	{(thanks, hanna, forLogo, daniil, forSoundtrack) => (
		<div className="thanks">
        	{thanks}
            <b>{hanna}</b>
            {forLogo}
            <b>{daniil}</b>
            {forSoundtrack}
		</div>
	)}
</Text>

add logging in dev mode

screen shot 2018-10-22 at 00 28 44

refactor stories

screen shot 2018-10-15 at 02 05 31

check out deployed version

@Drapegnik
Copy link
Member Author

andemerie
andemerie previously approved these changes Oct 30, 2018
@Drapegnik
Copy link
Member Author

Drapegnik commented Oct 30, 2018

migrate to storybook@4, patch storybookjs/storybook#4586

@Drapegnik Drapegnik deleted the i18n-with-separator branch December 8, 2018 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants