Skip to content

Commit

Permalink
Merge pull request #1021 from ckeditor/ci/3805
Browse files Browse the repository at this point in the history
Other: The `ckeditor5-dev-transifex` package is no longer supported.

MAJOR BREAKING CHANGE (transifex): Removed the `ckeditor5-dev-transifex` package as it is no longer used.

MAJOR BREAKING CHANGE (translations): The `cleanPoFileContent()` and `createDictionaryFromPoFileContent()` functions are no longer available due to removal integration with the Transifex service.
  • Loading branch information
pomek authored Oct 14, 2024
2 parents 4cc0ea6 + 53c4ec5 commit 1fe1cbd
Show file tree
Hide file tree
Showing 29 changed files with 2 additions and 5,224 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ module.exports = {

// ESLint does not understand `import ... with { ... }`.
// See: https://github.com/eslint/eslint/discussions/15305.
'packages/ckeditor5-dev-ci/lib/data/index.js',
'packages/ckeditor5-dev-transifex/lib/data/index.js'
'packages/ckeditor5-dev-ci/lib/data/index.js'
],
rules: {
'no-console': 'off',
Expand All @@ -43,7 +42,7 @@ module.exports = {
'./packages/typedoc-plugins/**/*'
],
rules: {
'ckeditor5-rules/require-file-extensions-in-imports': 'off',
'ckeditor5-rules/require-file-extensions-in-imports': 'off'
}
}
]
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ This repository is a monorepo. It contains multiple npm packages.
| [`@ckeditor/ckeditor5-dev-docs`](/packages/ckeditor5-dev-docs) | [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-dev-docs.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-docs) |
| [`@ckeditor/ckeditor5-dev-release-tools`](/packages/ckeditor5-dev-release-tools) | [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-dev-release-tools.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools) |
| [`@ckeditor/ckeditor5-dev-tests`](/packages/ckeditor5-dev-tests) | [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-dev-tests.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-tests) |
| [`@ckeditor/ckeditor5-dev-transifex`](/packages/ckeditor5-dev-transifex) | [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-dev-transifex.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-transifex) |
| [`@ckeditor/ckeditor5-dev-utils`](/packages/ckeditor5-dev-utils) | [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-dev-utils.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils) |
| [`@ckeditor/ckeditor5-dev-translations`](/packages/ckeditor5-dev-translations) | [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-dev-translations.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-translations) |
| [`@ckeditor/ckeditor5-dev-web-crawler`](/packages/ckeditor5-dev-web-crawler) | [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-dev-web-crawler.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler) |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
msgid ""
msgstr ""
"Language-Team: German (https://app.transifex.com/ckeditor/teams/11143/de/)\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
msgid ""
msgstr ""
"Language-Team: Polish (https://app.transifex.com/ckeditor/teams/11143/pl/)\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
msgid ""
msgstr ""
"Language-Team: Polish (https://app.transifex.com/ckeditor/teams/11143/pl/)\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down
6 changes: 0 additions & 6 deletions packages/ckeditor5-dev-transifex/CHANGELOG.md

This file was deleted.

16 changes: 0 additions & 16 deletions packages/ckeditor5-dev-transifex/LICENSE.md

This file was deleted.

17 changes: 0 additions & 17 deletions packages/ckeditor5-dev-transifex/README.md

This file was deleted.

Loading

0 comments on commit 1fe1cbd

Please sign in to comment.