-
Updated
Mar 13, 2021 - Vue
i18n
Here are 2,446 public repositories matching this topic...
-
Updated
Mar 21, 2021 - JavaScript
-
Updated
Mar 11, 2021 - JavaScript
-
Updated
Mar 23, 2021 - TypeScript
-
Updated
Feb 23, 2021 - JavaScript
-
Updated
Mar 22, 2021 - JavaScript
-
Updated
Mar 23, 2021 - PHP
-
Updated
Mar 22, 2021 - JavaScript
-
Updated
Mar 7, 2019 - JavaScript
-
Updated
Jan 15, 2021 - JavaScript
-
Updated
Mar 12, 2021 - TypeScript
-
Updated
Feb 26, 2021 - TypeScript
-
Updated
Mar 23, 2021 - JavaScript
Describe the bug
Given a message like {input, plural, other {# + #}}, one would expect both # placeholders getting replaced by the plural value. But only the first one is actually replaced.
To Reproduce
import { plural } from "@lingui/macro"
export default function App() {
const message = plural(5, {
other: '# + #
})
return <p>{message}</p>
}-
Updated
May 11, 2020 - Vue
Describe the solution you'd like
Accepting suggestions now requires loading the string twice if you want to accept the suggestion and set it to "approved" status.
If we click "accept", the next string will be loaded and we have to go back. If you click "accept and edit", you have to wait for the translation to be inserted just to change the status, and then load the next string.
It can
-
Updated
Mar 21, 2021 - Vue
-
Updated
Jul 23, 2018 - TypeScript
component: pop-over
-
Updated
Feb 3, 2021 - PHP
-
Updated
Mar 14, 2021 - TypeScript
-
Updated
Mar 4, 2021 - Ruby
-
Updated
Mar 17, 2021 - Go
-
Updated
Feb 15, 2021 - Java
-
Updated
Dec 14, 2020 - PHP
-
Updated
Mar 17, 2021 - JavaScript
Improve this page
Add a description, image, and links to the i18n topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the i18n topic, visit your repo's landing page and select "manage topics."

Hello,
I'm using vue-i18n on my nuxt app with typescript.
I have a simple question :
Why in
`local