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

fix(i18n): build all locales #800

Merged
merged 2 commits into from
May 22, 2019
Merged

fix(i18n): build all locales #800

merged 2 commits into from
May 22, 2019

Conversation

montezume
Copy link
Contributor

Summary

Our build intl script was missing french and chinese.

@montezume montezume requested review from jonnybel and tdeekens May 22, 2019 13:23
@montezume montezume self-assigned this May 22, 2019
@montezume montezume added the 🐛 Type: Bug Something isn't working label May 22, 2019
@@ -26,11 +26,12 @@
"UIKit.LocalizedTextInput.expand": "Show all languages ({remainingLanguages})",
"UIKit.LocalizedTextInput.missingRequiredField": "This field is required. Provide at least one value.",
"UIKit.MoneyField.highPrecision": "High Precision Price",
"UIKit.MoneyInput.highPrecision": "High Precision Price",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we hadn't run the script in awhile 🤷‍♂

@@ -46,7 +46,7 @@ const { presets, plugins } = babelConfig;
// Resolve the absolute path of the caller location. This is necessary
// to point to files within that folder.
const rootPath = process.cwd();
const locales = ['en', 'de', 'es'];
const locales = ['en', 'de', 'es', 'fr-FR', 'zh-CN'];
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this be the fix ☠️

@montezume montezume removed the request for review from tdeekens May 22, 2019 13:31
@montezume montezume merged commit 670fc46 into master May 22, 2019
@montezume montezume deleted the ml-i18n-fix branch May 22, 2019 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants