Skip to content

Commit

Permalink
Merge pull request #666 from nextcloud-libraries/fix/transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Aug 1, 2023
2 parents 8f1df7c + 5330ae7 commit 0b74d04
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
36 changes: 18 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,58 +4,58 @@ 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)
- Dependency updates

## 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
- Dependency updates

## 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 0b74d04

Please sign in to comment.