Qint - Quasar internationalization made easy. #9342
ejez
started this conversation in
Show and Tell
Replies: 3 comments 3 replies
-
I want to mention also that the source code is easy to read, not that long or complicated, and contains lots of comments. You are invited to scan through the source code to get the best from the packages. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am blown away that this project doesn't have more stars. It is pretty awesome. So awesome I made this post on hacker news ;) |
Beta Was this translation helpful? Give feedback.
1 reply
-
Any JS sample instead of TS? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I made some packages to facilitate apps i18n:
The functions provided by the above packages can be used as standalone functions or through a
Wint | Vint | Qint
instance that is created with a config object. (This will greatly facilitate the use of the functions, as there will be no need to provide the argument options that are already present in the config object).Api docs are available:
For a Quasar app, you need only to install
Qint
(which will makeWint
andVint
also available). However for a much easier and quicker way to get started you can install the Quasar app extension: Int.Demo: https://qint-demo.pyxo.net
Appreciate your feedback!
Beta Was this translation helpful? Give feedback.
All reactions