[Feature request] To make helper for I18n internalization strings.
See original GitHub issueWhen I type $i18n.t("loginOrRegisterMenu.enter")
it’s easy to make typo in words. The way is to copy paste from language file.
But it will simplify flow if helpers appeared on typing words in $i18n.t
.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Rails Internationalization (I18n) API - Ruby on Rails Guides
Localization of a Rails application means defining translated values for these strings in desired languages. To localize store and update content in your ......
Read more >A Step-by-Step Guide to Go Internationalization (i18n)
Learn how to make your Go applications ready for localization—with this step-by-step tutorial on Go Internationalization (i18n).
Read more >Internationalization and localization | IntelliJ IDEA ... - JetBrains
Internationalization (i18n) refers to the process of extracting strings from source code and presenting them as properties with a set of ...
Read more >Advanced Features: Internationalized Routing - Next.js
Next.js has built-in support for internationalized (i18n) routing since v10.0.0 . You can provide a list of locales, the default locale ...
Read more >Internationalization for GitLab
Placeholders in translated text should match the respective source file's code style. For example use %{created_at} in Ruby but %{createdAt} in JavaScript. Make...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Another thing is that this is more related to
vue-i18n
than Quasar, it would make sense make it in a separate package. You’re right, let’s close this 😉I do not want to waste your time.