Skip to content

Commit fe204b6

Browse files
authored
feat(jp): update translation/jp to v7 (#2837)
1 parent cefbbc2 commit fe204b6

File tree

6,186 files changed

+253568
-73714
lines changed

Some content is hidden

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

6,186 files changed

+253568
-73714
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: 🐛 Bug Report
2+
description: Report a bug on the docs site
3+
labels: ["triage"]
4+
title: "bug: "
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Describe the Bug
9+
description: A clear description of what the bug is and how it manifests.
10+
validations:
11+
required: true
12+
- type: textarea
13+
attributes:
14+
label: Expected Behavior
15+
description: A clear description of what you expected to happen.
16+
validations:
17+
required: true
18+
- type: textarea
19+
attributes:
20+
label: Steps to Reproduce
21+
description: Please explain the steps required to duplicate this issue.
22+
validations:
23+
required: true
24+
- type: textarea
25+
attributes:
26+
label: Screenshots
27+
description: If applicable, add screenshots to help explain the problem.
28+
- type: input
29+
attributes:
30+
label: Operating System
31+
description: The operating system you are running (e.g. Windows)
32+
- type: input
33+
attributes:
34+
label: Browser
35+
description: The browser you are running (e.g. Chrome, Safari)
36+
- type: input
37+
attributes:
38+
label: Version
39+
description: The browser version you are running (e.g. 14)
40+
- type: textarea
41+
attributes:
42+
label: Additional Information
43+
description: List any other information that is relevant to your issue.

.github/ISSUE_TEMPLATE/content-issue.md

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: 📕 Content Issue
2+
description: Report missing or inaccurate content on the docs
3+
labels: ["triage"]
4+
title: "content: "
5+
body:
6+
- type: input
7+
attributes:
8+
label: URL
9+
description: The URL at which the content is missing or inaccurate
10+
validations:
11+
required: true
12+
- type: textarea
13+
attributes:
14+
label: Issue Description
15+
description: What is missing or inaccurate about the content on this page?
16+
validations:
17+
required: true

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: 💡 Feature Request
2+
description: Suggest a feature for the docs
3+
labels: ["triage"]
4+
title: "feat: "
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Describe Problem
9+
description: A clear and concise description of what the problem is. Ex. I am always frustrated when [...]
10+
validations:
11+
required: true
12+
- type: textarea
13+
attributes:
14+
label: Describe Preferred Solution
15+
description: A clear and concise description of what you want to happen.
16+
- type: textarea
17+
attributes:
18+
label: Describe Alternatives
19+
description: A clear and concise description of any alternative solutions or features you have considered.
20+
- type: textarea
21+
attributes:
22+
label: Additional Information
23+
description: Add any other context or screenshots about the feature request here.

.github/ionic-issue-bot.yml

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
triage:
2+
label: triage
3+
dryRun: false
4+
5+
closeAndLock:
6+
labels:
7+
- label: 'ionitron: support'
8+
message: >
9+
Thanks for the issue! This issue appears to be a support request. We use this issue tracker exclusively for
10+
content issues, bug reports and feature requests related to the documentation. Please use our
11+
[forum](https://forum.ionicframework.com/) for help or questions about Ionic Framework.
12+
13+
14+
Thank you for using Ionic!
15+
- label: 'ionitron: missing template'
16+
message: >
17+
Thanks for the issue! It appears that you have not filled out the provided issue template. We use this issue
18+
template in order to gather more information and further assist you. Please create a new issue and ensure the
19+
template is fully filled out.
20+
21+
22+
Thank you for using Ionic!
23+
close: true
24+
lock: true
25+
dryRun: false
26+
27+
comment:
28+
labels:
29+
- label: "help wanted"
30+
message: >
31+
This issue has been labeled as `help wanted`. This label is added to issues
32+
that we believe would be good for contributors.
33+
34+
35+
If you'd like to work on this issue, please comment here letting us know that
36+
you would like to submit a pull request for it. This helps us to keep track of
37+
the pull request and make sure there isn't duplicated effort.
38+
39+
40+
For a guide on how to create a pull request and test this project locally to see
41+
your changes, see our [contributing documentation](https://github.com/ionic-team/ionic-docs/blob/main/CONTRIBUTING.md).
42+
43+
44+
Thank you!
45+
- label: 'ionitron: needs reproduction'
46+
message: >
47+
Thanks for the issue! This issue has been labeled as `needs reproduction`. This label is added to issues that
48+
we are not able to reproduce.
49+
50+
51+
Please provide easy to follow steps for us to reproduce this issue.
52+
dryRun: false
53+
54+
noReply:
55+
days: 14
56+
maxIssuesPerRun: 100
57+
label: "needs: reply"
58+
responseLabel: triage
59+
exemptProjects: true
60+
exemptMilestones: true
61+
message: >
62+
Thanks for the issue! This issue is being closed due to the lack of a reply. If this is still an issue,
63+
please create a new issue and ensure the template is fully filled out.
64+
65+
66+
Thank you for using Ionic!
67+
close: true
68+
lock: true
69+
dryRun: false
70+
71+
noReproduction:
72+
days: 14
73+
maxIssuesPerRun: 100
74+
label: "ionitron: needs reproduction"
75+
responseLabel: triage
76+
exemptProjects: true
77+
exemptMilestones: true
78+
message: >
79+
Thanks for the issue! This issue is being closed due to the lack of a reproduction. If this is still an issue,
80+
please create a new issue and ensure the template is fully filled out.
81+
82+
83+
Thank you for using Ionic!
84+
close: true
85+
lock: true
86+
dryRun: false

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ src/components/page/reference/ReleaseNotes/release-notes.json
2121
npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
24+
25+
static/**/node_modules/

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Thanks for your interest in contributing to Ionic's documentation! :tada: Check
2323
In order to run the documentation locally, install the dependencies and run the development server:
2424

2525
```sh
26-
$ npm install
26+
$ npm install --legacy-peer-deps
2727
$ npm start
2828
```
2929

30-
> **Note**: recent versions of npm (5+) and Node.js (10+) are required to run certain scripts.
30+
> **Note**: certain versions of npm (5-8) and Node.js (10-16) are required to run certain scripts.
3131
3232
---
3333

0 commit comments

Comments
 (0)