From 5330ae768969c9d93bf28a9fad5a7d41e5c04417 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 28 Jul 2023 18:17:05 +0200 Subject: [PATCH] chore: Fix URLs after package was transfered Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 36 ++++++++++++++++++------------------ README.md | 2 +- package.json | 4 ++-- typedoc.json | 2 +- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dab1fb60..fc77fd05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,15 @@ All notable changes to this project will be documented in this file. ## 2.2.0 - 2023-06-26 -[Full Changelog](https://github.com/nextcloud/nextcloud-l10n/compare/v2.1.0...v2.2.0) +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-l10n/compare/v2.1.0...v2.2.0) ### Added -- `isRTL` was added to check whether a given, or the current, language is read right-to-left [\#639](https://github.com/nextcloud/nextcloud-l10n/pull/639) ([susnux](https://github.com/susnux)) +- `isRTL` was added to check whether a given, or the current, language is read right-to-left [\#639](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/639) ([susnux](https://github.com/susnux)) ### Fixed -- Add typings to the package exports to fix build for Typescript projects using `node16` or `nodenext` module resolution [\#633](https://github.com/nextcloud/nextcloud-l10n/pull/633) ([susnux](https://github.com/susnux)) -- Update exported `NextcloudWindowWithRegistry` type for Nextcloud 27 [\#640](https://github.com/nextcloud/nextcloud-l10n/pull/640) ([susnux](https://github.com/susnux)) -- Harden `loadTranslations` by handling edge cases where invalid data is retrieved [\#644](https://github.com/nextcloud/nextcloud-l10n/pull/644) ([susnux](https://github.com/susnux)) +- Add typings to the package exports to fix build for Typescript projects using `node16` or `nodenext` module resolution [\#633](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/633) ([susnux](https://github.com/susnux)) +- Update exported `NextcloudWindowWithRegistry` type for Nextcloud 27 [\#640](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/640) ([susnux](https://github.com/susnux)) +- Harden `loadTranslations` by handling edge cases where invalid data is retrieved [\#644](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/644) ([susnux](https://github.com/susnux)) ### Changed - Update node engines to next LTS (Node 20 + NPM 9) @@ -20,16 +20,16 @@ All notable changes to this project will be documented in this file. ## 2.1.0 - 2023-02-25 -[Full Changelog](https://github.com/nextcloud/nextcloud-l10n/compare/v2.0.1...v2.1.0) +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-l10n/compare/v2.0.1...v2.1.0) ### Added -- `unregister` is now part of the public API [\#579](https://github.com/nextcloud/nextcloud-l10n/pull/579) ([susnux](https://github.com/susnux)) +- `unregister` is now part of the public API [\#579](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/579) ([susnux](https://github.com/susnux)) ### Fixed -- Export the `Translations` type and add missing documentation [\#566](https://github.com/nextcloud/nextcloud-l10n/pull/566) ([susnux](https://github.com/susnux)) -- Fix singular translation in edge cases where plural strings are provided [\#570](https://github.com/nextcloud/nextcloud-l10n/pull/570) ([susnux](https://github.com/susnux)) -- Make loading translations use async XMLHttpRequest [\#571](https://github.com/nextcloud/nextcloud-l10n/pull/571) ([susnux](https://github.com/susnux)) -- Removed warning "no app translation was registered" [\#572](https://github.com/nextcloud/nextcloud-l10n/pull/572) ([ShGKme](https://github.com/ShGKme)) +- Export the `Translations` type and add missing documentation [\#566](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/566) ([susnux](https://github.com/susnux)) +- Fix singular translation in edge cases where plural strings are provided [\#570](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/570) ([susnux](https://github.com/susnux)) +- Make loading translations use async XMLHttpRequest [\#571](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/571) ([susnux](https://github.com/susnux)) +- Removed warning "no app translation was registered" [\#572](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/572) ([ShGKme](https://github.com/ShGKme)) ### Changed - Added tests and increased code coverage @@ -37,25 +37,25 @@ All notable changes to this project will be documented in this file. ## 2.0.1 - 2023-01-19 -[Full Changelog](https://github.com/nextcloud/nextcloud-l10n/compare/v2.0.0...v2.0.1) +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-l10n/compare/v2.0.0...v2.0.1) ### Fixed -- fix\(config\): fix npmignore config [\#563](https://github.com/nextcloud/nextcloud-l10n/pull/563) ([skjnldsv](https://github.com/skjnldsv)) -- fix\(config\): fix tsconfig out dir typings [\#562](https://github.com/nextcloud/nextcloud-l10n/pull/562) ([skjnldsv](https://github.com/skjnldsv)) -- Fix standalone registration [\#556](https://github.com/nextcloud/nextcloud-l10n/pull/556) ([ShGKme](https://github.com/ShGKme)) +- fix\(config\): fix npmignore config [\#563](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/563) ([skjnldsv](https://github.com/skjnldsv)) +- fix\(config\): fix tsconfig out dir typings [\#562](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/562) ([skjnldsv](https://github.com/skjnldsv)) +- Fix standalone registration [\#556](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/556) ([ShGKme](https://github.com/ShGKme)) ### Changed - Dependency updates ## 2.0.0 - 2023-01-12 -[Full Changelog](https://github.com/nextcloud/nextcloud-l10n/compare/v1.6.0...v2.0.0) +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-l10n/compare/v1.6.0...v2.0.0) ### Changed From 2.0.0, this package is standalone and do not rely on window OC variables to function. ### Fixed -- Provide all translation related functions [\#542](https://github.com/nextcloud/nextcloud-l10n/pull/542) ([susnux](https://github.com/susnux)) -- Fix building and deploying documentation [\#546](https://github.com/nextcloud/nextcloud-l10n/pull/546) ([susnux](https://github.com/susnux)) +- Provide all translation related functions [\#542](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/542) ([susnux](https://github.com/susnux)) +- Fix building and deploying documentation [\#546](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/546) ([susnux](https://github.com/susnux)) ## 1.6.0 - 2022-05-10 ### Changed diff --git a/README.md b/README.md index 1efbe1e2..2528fc11 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @nextcloud/l10n -[![Build Status](https://img.shields.io/github/actions/workflow/status/nextcloud/nextcloud-l10n/node.yml?branch=master)](https://github.com/nextcloud/nextcloud-l10n/actions/workflows/node.yml) +[![Build Status](https://img.shields.io/github/actions/workflow/status/nextcloud-libraries/nextcloud-l10n/node.yml?branch=master)](https://github.com/nextcloud-libraries/nextcloud-l10n/actions/workflows/node.yml) [![npm](https://img.shields.io/npm/v/@nextcloud/l10n.svg)](https://www.npmjs.com/package/@nextcloud/l10n) [![Documentation](https://img.shields.io/badge/Documentation-online-brightgreen)](https://nextcloud.github.io/nextcloud-l10n/) diff --git a/package.json b/package.json index bdfcc93f..7b66557a 100644 --- a/package.json +++ b/package.json @@ -31,12 +31,12 @@ "keywords": [ "nextcloud" ], - "homepage": "https://github.com/nextcloud/nextcloud-l10n#readme", + "homepage": "https://github.com/nextcloud-libraries/nextcloud-l10n#readme", "author": "Christoph Wurst", "license": "GPL-3.0-or-later", "repository": { "type": "git", - "url": "https://github.com/nextcloud/nextcloud-l10n" + "url": "https://github.com/nextcloud-libraries/nextcloud-l10n" }, "dependencies": { "@nextcloud/router": "^2.1.2", diff --git a/typedoc.json b/typedoc.json index 765ffbbd..9cb4850e 100644 --- a/typedoc.json +++ b/typedoc.json @@ -4,7 +4,7 @@ "out": "dist/doc", "excludePrivate": true, "navigationLinks": { - "GitHub": "https://github.com/nextcloud/nextcloud-l10n/", + "GitHub": "https://github.com/nextcloud-libraries/nextcloud-l10n/", "Nextcloud": "https://docs.nextcloud.com/server/stable/developer_manual/basics/front-end/l10n.html" } }