-
Updated
Jul 14, 2021 - Vue
i18n
Here are 2,614 public repositories matching this topic...
-
Updated
Jul 26, 2021 - JavaScript
-
Updated
Jul 30, 2021 - TypeScript
-
Updated
Jul 28, 2021 - JavaScript
-
Updated
Jul 30, 2021 - JavaScript
-
Updated
Jul 27, 2021 - PHP
-
Updated
Jul 25, 2021 - JavaScript
-
Updated
Mar 7, 2019 - JavaScript
-
Updated
Jan 15, 2021 - JavaScript
-
Updated
Mar 12, 2021 - TypeScript
-
Updated
May 28, 2021 - TypeScript
-
Updated
Jul 28, 2021 - JavaScript
Describe the bug
Extracting messages that occurs in several places in the code results in an entry containing all references on a dedicated line:
#: js/chart/HistoryChart.tsx:74
#: js/chart/LiveChart.tsx:77
msgid "Loading chart…"
msgstr ""Expected behavior
Extracting messages that occurs in several places in the code should result in an entry containing all reference
Problem:
The translator sometimes does not make correct spaces around tags. For example:
<p>Click on the links<a href="...">here</a>or<a href="...">here</a>.</p>
Solution suggestion:
Create new quality check. Logic like:
- if tag: a, strong, b, i, ...
- and if following chars are before or after the tag: \p{L}
- then show a failed check
-
Updated
May 11, 2020 - Vue
-
Updated
May 24, 2021 - Vue
-
Updated
Jul 31, 2021 - TypeScript
-
Updated
Jul 23, 2018 - TypeScript
-
Updated
Feb 3, 2021 - PHP
-
Updated
Jun 27, 2021 - TypeScript
-
Updated
Jun 23, 2021 - Go
-
Updated
Jul 24, 2021 - Ruby
-
Updated
Jul 20, 2021 - C++
When I convert a model into a JSON string, the translatable attributes are shown in the raw format (object containing all the different translations). I would expect for it to return the translation string based on the current app locale.
-
Updated
Jul 8, 2021 - JavaScript
-
Updated
Jul 29, 2021 - Python
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