Skip to content

Commit f8b6d58

Browse files
committed
chore(transloco): 🤖 update package scope
BREAKING CHANGE: 🧨 The package is now published under the jsverse scope
1 parent 2eab12d commit f8b6d58

File tree

5 files changed

+24
-54
lines changed

5 files changed

+24
-54
lines changed

README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,19 @@ It exposes a rich API to manage translations efficiently and cleanly. It provide
2626

2727
<hr />
2828

29-
[![Build Status](https://github.com/ngneat/transloco/actions/workflows/ci.yml/badge.svg)]()
29+
[![Build Status](https://github.com/jsverse/transloco/actions/workflows/ci.yml/badge.svg)]()
3030
[![commitizen](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)]()
3131
[![PRs](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)]()
32-
[![coc-badge](https://img.shields.io/badge/codeof-conduct-ff69b4.svg?style=flat-square)]()
3332
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e5079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
34-
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
35-
[![spectator](https://img.shields.io/badge/tested%20with-spectator-2196F3.svg?style=flat-square)](https://github.com/ngneat/spectator)
36-
[![Join the chat at https://gitter.im/ngneat-transloco](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/ngneat-transloco/lobby?source=orgpage)
3733

3834
- 🤓 &nbsp;Learn about it on the [docs site](https://jsverse.github.io/transloco/)
3935
- 🎥 &nbsp;Watch our instructional [video guides](https://www.youtube.com/watch?v=MYkYcafJdGw&list=PLTuTW7EgL6ouXk5BqE4zWdDJkAuC4HTWi)
40-
- 🚀 &nbsp;See it in action on [CodeSandbox](https://codesandbox.io/s/ngneat-transloco-kn52hs)
36+
- 🚀 &nbsp;See it in action on [CodeSandbox](https://codesandbox.io/s/jsverse-transloco-kn52hs)
4137
- 😎 &nbsp;Use [schematics](https://jsverse.github.io/transloco/docs/schematics)
4238
- 👉 &nbsp;Checkout the [live application](https://jsverse.github.io/transloco/live-app)
4339
- 📖 &nbsp;Read the blog [posts](https://jsverse.github.io/transloco/docs/blog-posts)
44-
- 🍄 &nbsp;Join Transloco's [Gitter](https://gitter.im/ngneat-transloco/lobby?source=orgpage) room
4540
-&nbsp;Find answers in our [FAQ](https://jsverse.github.io/transloco/docs/faq) section
4641

4742
## Contributors ✨
4843

49-
Thank goes to all these wonderful [people who contributed](https://github.com/ngneat/transloco/graphs/contributors) ❤️
44+
Thank goes to all these wonderful [people who contributed](https://github.com/jsverse/transloco/graphs/contributors) ❤️

libs/transloco/README.md

+13-23
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
<img width="50%" height="50%" src="./logo.svg">
44
</p>
55

6-
> The internationalization (i18n) library for Angular
6+
<p align="center">
7+
The internationalization (i18n) library for Angular
8+
</p>
9+
10+
<h2></h2>
711

812
Transloco allows you to define translations for your content in different languages and switch between them easily in runtime.
913
It exposes a rich API to manage translations efficiently and cleanly. It provides multiple plugins that will improve your development experience. Here is a small taste of the features it offers:
@@ -22,33 +26,19 @@ It exposes a rich API to manage translations efficiently and cleanly. It provide
2226

2327
<hr />
2428

25-
[![Build Status](https://github.com/ngneat/transloco/actions/workflows/ci.yml/badge.svg)]()
29+
[![Build Status](https://github.com/jsverse/transloco/actions/workflows/ci.yml/badge.svg)]()
2630
[![commitizen](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)]()
2731
[![PRs](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)]()
28-
[![coc-badge](https://img.shields.io/badge/codeof-conduct-ff69b4.svg?style=flat-square)]()
2932
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e5079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
30-
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
31-
[![spectator](https://img.shields.io/badge/tested%20with-spectator-2196F3.svg?style=flat-square)](https://github.com/ngneat/spectator)
32-
[![Join the chat at https://gitter.im/ngneat-transloco](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/ngneat-transloco/lobby?source=orgpage)
3333

34-
- 🤓 &nbsp;Learn about it on the [docs site](https://ngneat.github.io/transloco/)
34+
- 🤓 &nbsp;Learn about it on the [docs site](https://jsverse.github.io/transloco/)
3535
- 🎥 &nbsp;Watch our instructional [video guides](https://www.youtube.com/watch?v=MYkYcafJdGw&list=PLTuTW7EgL6ouXk5BqE4zWdDJkAuC4HTWi)
36-
- 🚀 &nbsp;See it in action on [CodeSandbox](https://codesandbox.io/s/ngneat-transloco-kn52hs)
37-
- 😎 &nbsp;Use [schematics](https://ngneat.github.io/transloco/docs/schematics)
38-
- 👉 &nbsp;Checkout the [live application](https://ngneat.github.io/transloco/live-app)
39-
- 📖 &nbsp;Read the blog [posts](https://ngneat.github.io/transloco/docs/blog-posts)
40-
- 🍄 &nbsp;Join Transloco's [Gitter](https://gitter.im/ngneat-transloco/lobby?source=orgpage) room
41-
-&nbsp;Find answers in our [FAQ](https://ngneat.github.io/transloco/docs/faq) section
42-
43-
## Core Team
44-
45-
<table>
46-
<tr>
47-
<td align="center"><a href="https://www.netbasal.com"><img src="https://avatars1.githubusercontent.com/u/6745730?v=4" width="100px;" alt="Netanel Basal"/><br /><sub><b>Netanel Basal</b></sub></a><br /></td>
48-
<td align="center"><a href="https://github.com/shaharkazaz"><img src="https://avatars2.githubusercontent.com/u/17194830?v=4" width="100px;" alt="Shahar Kazaz"/><br /><sub><b>Shahar Kazaz</b></sub></a><br /></td>
49-
</tr>
50-
</table>
36+
- 🚀 &nbsp;See it in action on [CodeSandbox](https://codesandbox.io/s/jsverse-transloco-kn52hs)
37+
- 😎 &nbsp;Use [schematics](https://jsverse.github.io/transloco/docs/schematics)
38+
- 👉 &nbsp;Checkout the [live application](https://jsverse.github.io/transloco/live-app)
39+
- 📖 &nbsp;Read the blog [posts](https://jsverse.github.io/transloco/docs/blog-posts)
40+
-&nbsp;Find answers in our [FAQ](https://jsverse.github.io/transloco/docs/faq) section
5141

5242
## Contributors ✨
5343

54-
Thank goes to all these wonderful [people who contributed](https://github.com/ngneat/transloco/graphs/contributors) ❤️
44+
Thank goes to all these wonderful [people who contributed](https://github.com/jsverse/transloco/graphs/contributors) ❤️

libs/transloco/ng-package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"fs-extra",
1010
"glob",
1111
"flat",
12-
"@ngneat/transloco-utils",
12+
"@jsverse/transloco-utils",
1313
"replace-in-file",
1414
"lodash.kebabcase",
1515
"ora"

libs/transloco/package.json

+5-20
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"name": "@ngneat/transloco",
2+
"name": "@jsverse/transloco",
33
"version": "6.0.4",
44
"description": "The internationalization (i18n) library for Angular",
55
"schematics": "./schematics/src/collection.json",
66
"publishConfig": {
77
"access": "public"
88
},
99
"bugs": {
10-
"url": "https://github.com/ngneat/transloco/issues"
10+
"url": "https://github.com/jsverse/transloco/issues"
1111
},
12-
"homepage": "https://ngneat.github.io/transloco/",
12+
"homepage": "https://jsverse.github.io/transloco/",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/ngneat/transloco"
15+
"url": "https://github.com/jsverse/transloco"
1616
},
1717
"keywords": [
1818
"angular",
@@ -23,21 +23,6 @@
2323
"angular i18n",
2424
"transloco"
2525
],
26-
"author": {
27-
"name": "Netanel Basal",
28-
"email": "[email protected]",
29-
"url": "https://netbasal.com"
30-
},
31-
"contributors": [
32-
{
33-
"name": "Shahar Kazaz",
34-
"url": "https://github.com/shaharkazaz"
35-
},
36-
{
37-
"name": "Itay Oded",
38-
"url": "https://github.com/itayod"
39-
}
40-
],
4126
"license": "MIT",
4227
"peerDependencies": {
4328
"@angular/core": ">=16.0.0"
@@ -47,7 +32,7 @@
4732
"glob": "^10.0.0",
4833
"tslib": "^2.2.0",
4934
"flat": "6.0.1",
50-
"@ngneat/transloco-utils": "^5.0.0",
35+
"@jsverse/transloco-utils": "^7.0.0",
5136
"replace-in-file": "^7.0.1",
5237
"ora": "^5.4.1",
5338
"lodash.kebabcase": "^4.1.1"

libs/transloco/src/lib/transloco.pipe.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ export class TranslocoPipe implements PipeTransform, OnDestroy {
4646
this.scopeResolver = new ScopeResolver(this.service);
4747
}
4848

49-
// null is for handling strict mode + async pipe types https://github.com/ngneat/transloco/issues/311
50-
// null is for handling strict mode + optional chaining types https://github.com/ngneat/transloco/issues/488
49+
// null is for handling strict mode + async pipe types https://github.com/jsverse/transloco/issues/311
50+
// null is for handling strict mode + optional chaining types https://github.com/jsverse/transloco/issues/488
5151
transform(
5252
key?: string | null,
5353
params?: HashMap,

0 commit comments

Comments
 (0)