All Projects β†’ panter β†’ Vue I18next

panter / Vue I18next

Internationalization for vue using the i18next i18n ecosystem.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Vue I18next

Androidlocalizeplugin
🌏 Android localization plugin. support multiple languages, no need to apply for key.
Stars: ✭ 352 (+104.65%)
Mutual labels:  i18n, plugin
Vite Plugin Vue I18n
🌐 Vite plugin for Vue I18n
Stars: ✭ 48 (-72.09%)
Mutual labels:  i18n, plugin
Vue I18n
🌐 Internationalization plugin for Vue.js
Stars: ✭ 6,502 (+3680.23%)
Mutual labels:  i18n, plugin
Android Gradle Localization Plugin
Gradle plugin for generating localized string resources
Stars: ✭ 100 (-41.86%)
Mutual labels:  i18n, plugin
Ununiga
[μ€λŠ”μ΄κ°€] ν•œκΈ€ 쑰사(助詞) λŒ€μ‘ I18n engine extension
Stars: ✭ 34 (-80.23%)
Mutual labels:  i18n, plugin
Vue Cli Plugin I18n
🌐 Vue CLI plugin to add vue-i18n to your Vue Project
Stars: ✭ 172 (+0%)
Mutual labels:  i18n, plugin
Keepasswinhello
Quick unlock with Windows Hello for KeePass 2
Stars: ✭ 162 (-5.81%)
Mutual labels:  plugin
Cordova Plugin Document Viewer
A Document Viewer cordova/phonegap plugin for iOS, Android and Windows
Stars: ✭ 168 (-2.33%)
Mutual labels:  plugin
Standup Raven
A Mattermost plugin for communicating daily standups across teams
Stars: ✭ 161 (-6.4%)
Mutual labels:  plugin
Hyper Pane
Extension for Hyper.app to enhance pane navigation.
Stars: ✭ 160 (-6.98%)
Mutual labels:  plugin
Es2015 I18n Tag
ES2015 template literal tag for i18n and l10n (translation and internationalization)
Stars: ✭ 171 (-0.58%)
Mutual labels:  i18n
Sketch2ae
A Sketch plugin to export sketch file to Adobe After Effect
Stars: ✭ 170 (-1.16%)
Mutual labels:  plugin
Tailwindcss Figma Plugin
Figma Plugin for TailwindCSS
Stars: ✭ 165 (-4.07%)
Mutual labels:  plugin
Z.lua
⚑ A new cd command that helps you navigate faster by learning your habits.
Stars: ✭ 2,164 (+1158.14%)
Mutual labels:  plugin
V Selectmenu
SelectMenu for Vuejs, A simple, easier and highly customized menu solution
Stars: ✭ 169 (-1.74%)
Mutual labels:  i18n
Android Rocket Launcher
πŸš€ Launch android modules from the terminal
Stars: ✭ 161 (-6.4%)
Mutual labels:  plugin
Dlfcn Win32
Official dlfcn-win32 repo
Stars: ✭ 170 (-1.16%)
Mutual labels:  plugin
Goloader
load and run golang code at runtime.
Stars: ✭ 159 (-7.56%)
Mutual labels:  plugin
Source Integration
Source control integration plugin framework for MantisBT, including support for Github, Gitlab, Bitbucket, Gitweb, Cgit, Subversion, Mercurial and more
Stars: ✭ 167 (-2.91%)
Mutual labels:  plugin
Http Loader
A loader for ngx-translate that loads translations with http calls
Stars: ✭ 170 (-1.16%)
Mutual labels:  plugin

vue-i18next

Build Status Coverage Status semantic-release

Internationalization for vue using the i18next i18n ecosystem. https://panter.github.io/vue-i18next/

Introduction

18next goes beyond just providing the standard i18n features such as (plurals, context, interpolation, format). It provides you with a complete solution to localize your product from web to mobile and desktop.

vue-i18next is the vue support for i18next and provides:

  • Component based localization
  • Component interpolation
  • Lazy load namespaces
  • Namespaced translation for components

Requirements

  • vue >= 2.0.0
  • i18next >= 6.0.1

Documentation

See here

Init

import Vue from 'vue';
import i18next from 'i18next';
import VueI18Next from '@panter/vue-i18next';

Vue.use(VueI18Next);

i18next.init({
  lng: 'de',
  resources: {
    ...
  }
});

const i18n = new VueI18Next(i18next);
new Vue({
  ...
  i18n: i18n,
});

Changelog

Detailed changes for each release are documented in the releases.

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Contribution

Please make sure to read the Contributing Guide before making a pull request.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].