Skip to content

Commit

Permalink
chore: add japanese version
Browse files Browse the repository at this point in the history
Translate the Copilot instructions to Japanese.

* Change the title to "Copilotプロジェクト構造ワークフローの指示"
* Translate the sample instructions to "いくつかのサンプル指示がそのまま残ります..."
* Translate "Package (js): `.`" to "パッケージ (js): `.`"
* Translate "Package (js): `sample-js-project`" to "パッケージ (js): `sample-js-project`"
* Translate "Package (js): `sample-ts-project`" to "パッケージ (js): `sample-ts-project`"
* Translate "Package (py): `sample-python-project`" to "パッケージ (py): `sample-python-project`"

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/dai/settings-global?shareId=XXXX-XXXX-XXXX-XXXX).
  • Loading branch information
dai committed Jan 23, 2025
1 parent 670370b commit 45b9dab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copilot Instructions for Project Structure Workflow
# Copilotプロジェクト構造ワークフローの指示

Just some sample instructions that should stay in place...
いくつかのサンプル指示がそのまま残ります...

<!-- BEGIN GENERATED CONTENT -->
## Package (js): `.`
## パッケージ (js): `.`

- bin/
- cli.js
Expand Down Expand Up @@ -131,23 +131,23 @@ Just some sample instructions that should stay in place...
- anotherFunction
- sampleFunction

## Package (js): `sample-js-project`
## パッケージ (js): `sample-js-project`

- index.js
- sampleVariable
- SampleClass
- anotherFunction
- sampleFunction

## Package (js): `sample-ts-project`
## パッケージ (js): `sample-ts-project`

- index.ts
- sampleVariable
- SampleClass
- anotherFunction
- sampleFunction

## Package (py): `sample-python-project`
## パッケージ (py): `sample-python-project`

- main.py
- SampleClass
Expand Down

0 comments on commit 45b9dab

Please sign in to comment.