Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue3-gettext

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-gettext - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

2

package.json
{
"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)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc