• This repository has been archived on 19/May/2022
  • Stars
    star
    177
  • Rank 215,985 (Top 5 %)
  • Language
    JavaScript
  • Created over 7 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Internationalization for vue using the i18next i18n ecosystem.

DEPRECATED, please use https://github.com/i18next/i18next-vue ! Thanks for your support!

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

More Repositories

1

ra-data-prisma

Packages to connect react-admin with prisma version 2
JavaScript
84
star
2

next-workspaces

Next-js + yarn workspaces + typescript
TypeScript
24
star
3

dashboard.panter.ch

[DEPRECATED] new dashboard is at https://git.panter.ch/open-source/dashboard.panter.ch
JavaScript
9
star
4

manul-stack

TypeScript
7
star
5

hoodie-poker

Planning Poker with hood.ie and react.js
JavaScript
6
star
6

api.panter.ch

Panter's public data api
Ruby
4
star
7

manul-admin

Admin-Solution for mantra/meteor/react apps
JavaScript
4
star
8

meteor-qrcode

create qr codes in meteor
JavaScript
3
star
9

seed_box

Provides omnipotent seeds for rails
Ruby
3
star
10

promised

promise wrappers for functions
JavaScript
3
star
11

meteor-orion-components

JavaScript
3
star
12

catladder-build

experimental deploy tool for meteor apps
JavaScript
2
star
13

manul-plop

Mantra-style generators for "plop", replacing mantra-cli
JavaScript
2
star
14

google_logger

Ruby gem to simplify controller request logging using the stackdriver gem.
Ruby
2
star
15

mykosite

JavaScript
2
star
16

manul-router

Wrapper / Adapter for FlowRouter. It keeps the Tracker-based reactiv functions of FlowRouter, but disables the automatic link detection so that it behaves more like React-Router.
JavaScript
2
star
17

meteor-bootswatch-paper

bootswatch-paper theme wrapped for meteor
JavaScript
2
star
18

excelsieur

A straightforward way to import data from an excel sheet into your ruby app. [Mirror of https://git.panter.ch/open-source/excelsieur]
Ruby
2
star
19

meteor-fiber-save-react-context

make the react 16 context-api for SSR using fibers
JavaScript
2
star
20

manul-i18n

i18n-Solution for meteor-mantra-react apps.
JavaScript
2
star
21

manul-alerts

Alert-System for manul/mantra apps
JavaScript
1
star
22

meteor-fiber-dictionary

JavaScript
1
star
23

talk-opacity-zero

Talk to get discussion about transparancy in Panter AG rolling
JavaScript
1
star
24

impact-hub-locator-wordpress

Impact Hub Locator Wordpress Plugin
PHP
1
star
25

meteor-ci-docker

1
star
26

meteor-keypress

React to keypress - reactivly
JavaScript
1
star
27

manul-files

file uploads for mantra-apps
JavaScript
1
star
28

mykonote-app

The note taking app with an extra shot mykonian sun // mobile app
Java
1
star
29

meteor-threejs-demo

CoffeeScript
1
star
30

panter-rails-deploy

Capistrano setup for Panter Rails hosting
Ruby
1
star
31

meteor-moment-duration-format

wrapper for https://github.com/jsmreese/moment-duration-format
JavaScript
1
star
32

meteor-postch

Post CH oauth workflow for meteor
JavaScript
1
star
33

meteor-publish-array

CoffeeScript
1
star
34

blog.panter.ch

Panter Blog
HTML
1
star