{"id":13483687,"url":"https://github.com/panter/vue-i18next","last_synced_at":"2025-03-27T14:31:29.360Z","repository":{"id":20733148,"uuid":"89218265","full_name":"panter/vue-i18next","owner":"panter","description":"Internationalization for vue using the i18next i18n ecosystem.","archived":true,"fork":false,"pushed_at":"2022-05-19T07:59:54.000Z","size":3285,"stargazers_count":174,"open_issues_count":99,"forks_count":43,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-16T20:26:26.754Z","etag":null,"topics":["i18n","i18next","javascript","plugin","typescript","vue"],"latest_commit_sha":null,"homepage":"https://panter.github.io/vue-i18next/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/panter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-24T08:52:55.000Z","updated_at":"2025-02-21T21:41:42.000Z","dependencies_parsed_at":"2022-08-07T09:16:17.153Z","dependency_job_id":null,"html_url":"https://github.com/panter/vue-i18next","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panter%2Fvue-i18next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panter%2Fvue-i18next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panter%2Fvue-i18next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panter%2Fvue-i18next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panter","download_url":"https://codeload.github.com/panter/vue-i18next/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245863101,"owners_count":20684788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["i18n","i18next","javascript","plugin","typescript","vue"],"created_at":"2024-07-31T17:01:14.163Z","updated_at":"2025-03-27T14:31:28.972Z","avatar_url":"https://github.com/panter.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","公用事业","Components \u0026 Libraries","Utilities","Utilities [🔝](#readme)"],"sub_categories":["国际化","Utilities","i18n"],"readme":"DEPRECATED, please use https://github.com/i18next/i18next-vue ! Thanks for your support!\n\n\n# vue-i18next\n\n[![Build Status](https://travis-ci.org/panter/vue-i18next.svg?branch=master)](https://travis-ci.org/panter/vue-i18next)\n[![Coverage Status](https://coveralls.io/repos/github/panter/vue-i18next/badge.svg?branch=master)](https://coveralls.io/github/panter/vue-i18next?branch=master) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n\n\u003e Internationalization for vue using the i18next i18n ecosystem. \u003chttps://panter.github.io/vue-i18next/\u003e\n\n# Introduction\n\n18next 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.\n\n**vue-i18next** is the vue support for i18next and provides:\n\n- Component based localization\n- Component interpolation\n- Lazy load namespaces\n- Namespaced translation for components\n\n### Requirements\n\n- vue \u003e= **2.0.0**\n- i18next \u003e= **6.0.1**\n\n## Documentation\n\nSee [here](http://panter.github.io/vue-i18next/)\n\n## Init\n\n```javascript\nimport Vue from 'vue';\nimport i18next from 'i18next';\nimport VueI18Next from '@panter/vue-i18next';\n\nVue.use(VueI18Next);\n\ni18next.init({\n  lng: 'de',\n  resources: {\n    ...\n  }\n});\n\nconst i18n = new VueI18Next(i18next);\nnew Vue({\n  ...\n  i18n: i18n,\n});\n```\n\n## Changelog\n\nDetailed changes for each release are documented in the [releases](https://github.com/panter/vue-i18next/releases).\n\n## Issues\n\nPlease make sure to read the [Issue Reporting Checklist](https://github.com/panter/vue-i18next/blob/master/CONTRIBUTING.md##using-the-issue-tracker) before opening an issue. Issues not conforming to the guidelines may be closed immediately.\n\n## Contribution\n\nPlease make sure to read the [Contributing Guide](https://github.com/panter/vue-i18next/blob/master/CONTRIBUTING.md) before making a pull request.\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanter%2Fvue-i18next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanter%2Fvue-i18next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanter%2Fvue-i18next/lists"}