-
Updated
Jun 8, 2019 - JavaScript
react-intl
Here are 148 public repositories matching this topic...
-
Updated
May 17, 2019 - JavaScript
-
Updated
Jun 23, 2020 - TypeScript
-
Updated
May 25, 2017 - JavaScript
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Jul 6, 2020 - TypeScript
So basically file validation runs with empty files list producing "is not a file" error.
Any piece of advice would be highly appreciated.
Field:
<Field
component={FieldUploadFile}
type="file"
name="attachments"
label={<FormattedMessag-
Updated
Jul 3, 2019 - JavaScript
-
Updated
Feb 21, 2018 - JavaScript
React-intl uses the ICU message syntax, which means that if you want to specify different translations for different plural forms, it looks something like this:
You have {itemCount} {itemCount, plural, one {item} other {items}}.
(See https://formatjs.io/guides/message-syntax/#plural-format)
When converted into PO format usi
-
Updated
May 22, 2017 - JavaScript
-
Updated
Apr 4, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jul 13, 2018 - JavaScript
-
Updated
Jan 19, 2017 - JavaScript
- version:
react-intl-cra@0.3.3 nodeversion:v8.11.4npm(oryarn) version:yarn 1.6.0
Do you want to request a feature or report a bug?:
Bug
What is the current behavior?:
Fragment short syntax breaks the parser.
yarn run v1.6.0
$ yarn run extract:messages && yarn run extract:pot-c
$ react-i
-
Updated
Apr 11, 2019 - JavaScript
Coming from react-intl-cra, I was surprised that the translations are now stored in hierarchial files rather than the single file that I am used to.
Adding this information in the documentation would prevent some confusion about the matter.
-
Updated
Jul 10, 2020 - HTML
-
Updated
Jul 15, 2020 - TypeScript
-
Updated
Oct 5, 2018 - TypeScript
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Oct 23, 2017 - JavaScript
-
Updated
Mar 21, 2019 - JavaScript
-
Updated
Sep 7, 2017 - JavaScript
-
Updated
Jun 19, 2020 - Reason
Improve this page
Add a description, image, and links to the react-intl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the react-intl topic, visit your repo's landing page and select "manage topics."

It would be great if this plug-in had the ability to catch internal links in MD/MDX files and turn them into multi-language routes similar to how Gatsby's gatsby-plugin-catch-links plugin does this.