-
Updated
Jun 16, 2021 - JavaScript
i18next
Here are 314 public repositories matching this topic...
How can I import aseets dynamically from the resources folder? like images and audios? it would be great if the template gave an example about it.
An example of what I mean:
export default function DivWithImage(props) {
return (
<div>
<img src={props.src} />
</div>
)
}
-
Updated
May 25, 2021 - JavaScript
-
Updated
Jun 15, 2021 - TypeScript
-
Updated
Apr 20, 2020 - JavaScript
-
Updated
Jun 16, 2021 - JavaScript
-
Updated
Nov 5, 2018 - JavaScript
-
Updated
Jun 17, 2021 - TypeScript
-
Updated
Jun 17, 2021 - TypeScript
-
Updated
May 29, 2021 - TypeScript
-
Updated
Jun 9, 2021 - TypeScript
-
Updated
Jun 15, 2021 - TypeScript
-
Updated
Mar 4, 2020 - TypeScript
hey, first of all i'd like to mention that I'm not using graphql at all in my project.
I'm creating my pages with createPages (in gatsby-node.js), everything works just fine beside the page that needs extra prop from the slug,
here how i create it
createPages({
path: '/item',
matchPath: '/item/:itemId',
component: path.resolve('./src/pages/ShowItem.js'),
context: {}
-
Updated
May 25, 2021 - JavaScript
-
Updated
Jun 8, 2021 - Elm
-
Updated
Apr 23, 2020 - TypeScript
As @carloschida mentioned in nyavro/i18nPlugin#10 (comment) vue-i18n project could be configured to use js files as translations. Unfortunately I could not get it work, instead I came to configuration (vue-i18n-js-config-simple) which is slightly differ from one mentioned a
-
Updated
Nov 29, 2018 - JavaScript
-
Updated
May 13, 2021 - TypeScript
Improve this page
Add a description, image, and links to the i18next topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the i18next topic, visit your repo's landing page and select "manage topics."
There is an issue when adding new languages that I believe is related to react suspense. See i18next/react-i18next#977
Error:
Steps to reproduce: