vue3-gettext
Advanced tools
Comparing version 2.3.1 to 2.3.2
{ | ||
"name": "vue3-gettext", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "Translate Vue 3 applications with gettext", | ||
@@ -5,0 +5,0 @@ "homepage": "https://jshmrtn.github.io/vue3-gettext/", |
@@ -10,5 +10,9 @@ <p align="center"> | ||
# [Quick Start](https://jshmrtn.github.io/vue3-gettext/) | [Demo](https://jshmrtn.github.io/vue3-gettext/demo.html) | [Docs](https://jshmrtn.github.io/vue3-gettext/setup.html) | ||
<br> | ||
<p align="center"> | ||
<a href="https://jshmrtn.github.io/vue3-gettext/">Getting started</a> | <a href="https://jshmrtn.github.io/vue3-gettext/demo.html">Demo</a> | <a href="https://jshmrtn.github.io/vue3-gettext/setup.html">Documentation</a> | ||
</p> | ||
<br> | ||
# Basic usage | ||
## Basic usage | ||
@@ -19,3 +23,3 @@ In templates: | ||
<span> | ||
{{ $gettext("I'm %{age} old!", { age: 32 }) }} | ||
{{ $gettext("I'm %{age} years old!", { age: 32 }) }} | ||
</span> | ||
@@ -32,3 +36,3 @@ ``` | ||
# Features | ||
## Features | ||
@@ -40,3 +44,3 @@ - simple, ergonomic API | ||
# Contribute | ||
## Contribute | ||
@@ -47,8 +51,8 @@ Please make sure your code is properly formatted (the project contains a `prettier` config) and all the tests run successfully (`npm run test`) when opening a pull request. | ||
# Credits | ||
## Credits | ||
This plugin heavily relies on the work of the original [`vue-gettext`](https://github.com/Polyconseil/vue-gettext/). | ||
This plugin relies heavily on the work of the original [`vue-gettext`](https://github.com/Polyconseil/vue-gettext/). | ||
# License | ||
## License | ||
[MIT](http://opensource.org/licenses/MIT) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
98375
54