Skip to content

Commit 788bb05

Browse files
Add new translations workspace (#1450)
* chore(translations): create new workspace Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> * chore(translations): create new workspace app Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> * chore(translations): create new frontend plugin Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> * chore(translations): cleanup frontend plugin Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> * chore(translations): add rhdh theme Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> * chore(translations): create some translation experiments Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> * chore(translations): downgrade to backstage 1.39 to build an overlay image Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> * chore(translations): prepare release 0.0.1 Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> * chore(translations): downgrade to backstage 1.39 to build an overlay image Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> * chore(translations): add codeowners Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> * update yarn.lock * remove dockerfile from backend package * chore(translations): add api report Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> * chore(translations): add playwright dependency and update config Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> * remove scaffolder plugins * chore(translations): fix workspace name, remove mui 4 dependencies and align i18next version with backstage Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> --------- Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> Co-authored-by: Karthik <karthik.jk11@gmail.com>
1 parent 1532dbc commit 788bb05

72 files changed

Lines changed: 37332 additions & 2 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@
3030
/workspaces/sandbox @lucifergene @rohitkrai03 @karthikjeeyar @xcoulon @alexeykazakov @mfrancisc @rsoaresd @jrosental @rajivnathan @MatousJobanek
3131
/workspaces/scorecard @redhat-developer/rhdh-plugins @redhat-developer/rhdh-ui @christoph-jerolimov @its-mitesh-kumar @eswaraiahsapram
3232
/workspaces/theme @redhat-developer/rhdh-ui @ciiay @logonoff
33+
/workspaces/translations @redhat-developer/rhdh-ui @ciiay @debsmita1 @karthikjeeyar
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-translations': patch
3+
---
4+
5+
Create an initial version of the translation plugin
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "public",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"privatePackages": {
11+
"tag": false,
12+
"version": false
13+
}
14+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.git
2+
.yarn/cache
3+
.yarn/install-state.gz
4+
node_modules
5+
packages/*/src
6+
packages/*/node_modules
7+
plugins
8+
*.local.yaml
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
playwright.config.ts
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('../../.eslintrc.cjs');

workspaces/translations/.gitignore

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# macOS
2+
.DS_Store
3+
4+
# Logs
5+
logs
6+
*.log
7+
npm-debug.log*
8+
yarn-debug.log*
9+
yarn-error.log*
10+
11+
# Coverage directory generated when running tests with coverage
12+
coverage
13+
14+
# Dependencies
15+
node_modules/
16+
17+
# Yarn files
18+
.pnp.*
19+
.yarn/*
20+
!.yarn/patches
21+
!.yarn/plugins
22+
!.yarn/releases
23+
!.yarn/sdks
24+
!.yarn/versions
25+
26+
# Node version directives
27+
.nvmrc
28+
29+
# dotenv environment variables file
30+
.env
31+
.env.test
32+
33+
# Build output
34+
dist
35+
dist-types
36+
37+
# Temporary change files created by Vim
38+
*.swp
39+
40+
# MkDocs build output
41+
site
42+
43+
# Local configuration files
44+
*.local.yaml
45+
46+
# Sensitive credentials
47+
*-credentials.yaml
48+
49+
# vscode database functionality support files
50+
*.session.sql
51+
52+
# E2E test reports
53+
e2e-test-report/
54+
55+
# Cache
56+
.cache/
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
dist
2+
dist-types
3+
coverage
4+
.vscode
5+
.eslintrc.js

workspaces/translations/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# [Backstage](https://backstage.io)
2+
3+
This is your newly scaffolded Backstage App, Good Luck!
4+
5+
To start the app, run:
6+
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+
```

0 commit comments

Comments
 (0)