Skip to content

Commit 4f820aa

Browse files
chore(translations): fix copyright author (#1453)
Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com>
1 parent 5b196d5 commit 4f820aa

6 files changed

Lines changed: 10 additions & 18 deletions

File tree

.eslintrc.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ module.exports = {
2424
'notice/notice': [
2525
'error',
2626
{
27-
mustMatch: /Copyright (The Backstage Authors|Red Hat, Inc.)/,
27+
mustMatch:
28+
/Copyright (The Backstage Authors|Red Hat, Inc.|The Backstage Authors and Red Hat, Inc.)/,
2829
templateFile: path.resolve(
2930
// eslint-disable-next-line no-restricted-syntax
3031
__dirname,

workspaces/translations/README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
# [Backstage](https://backstage.io)
1+
# Additional translations features for RHDH
22

3-
This is your newly scaffolded Backstage App, Good Luck!
3+
We implement this additional extensions here to move forward with translations.
44

5-
To start the app, run:
5+
Our goal is to contribute all missing feature back to Backstage Core or Backstage Community Plugins if they got accepted.
66

7-
```sh
8-
yarn install
9-
yarn dev
10-
```
11-
12-
To generate knip reports for this app, run:
13-
14-
```sh
15-
yarn backstage-repo-tools knip-reports
16-
```
7+
We might deprecate this workspace and plugin in the future when its not needed anymore.

workspaces/translations/plugins/translations/src/apis/I18nextTranslationApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright Red Hat, Inc.
2+
* Copyright The Backstage Authors and Red Hat, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

workspaces/translations/plugins/translations/src/apis/TranslationRef.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright Red Hat, Inc.
2+
* Copyright The Backstage Authors and Red Hat, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

workspaces/translations/plugins/translations/src/apis/TranslationResource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright Red Hat, Inc.
2+
* Copyright The Backstage Authors and Red Hat, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

workspaces/translations/plugins/translations/src/apis/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright Red Hat, Inc.
2+
* Copyright The Backstage Authors and Red Hat, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)