-
Notifications
You must be signed in to change notification settings - Fork 57
Translate Tool #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Translate Tool #56
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
55f30ec
translate
allancoding 0f839d3
color pages
allancoding 238afa2
fix page titles
allancoding aeaa0c2
function logic
allancoding fc3bd89
scripts work now
allancoding 4938332
Merge branch 'origin/main' into translate
allancoding d8d86bb
Merge branch 'origin/main' into translate
allancoding c945799
add newlines
allancoding File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,4 +11,4 @@ module.exports = { | |
| 'vue/max-attributes-per-line': 'off', | ||
| 'vue/multi-word-component-names': 'off' | ||
| } | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -121,4 +121,4 @@ css({ | |
| } | ||
| } | ||
| }) | ||
| </style> | ||
| </style> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -131,4 +131,4 @@ css({ | |
| height: '{space.4}' | ||
| } | ||
| }) | ||
| </style> | ||
| </style> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,4 +41,4 @@ css({ | |
| } | ||
| } | ||
| }) | ||
| </style> | ||
| </style> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -295,4 +295,4 @@ css({ | |
| } | ||
| } | ||
| }) | ||
| </style> | ||
| </style> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -84,4 +84,4 @@ css({ | |
| } | ||
|
|
||
| }) | ||
| </style> | ||
| </style> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| title: Systems | ||
| aside.collapsed: true | ||
| aside.collapsed: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| title: Docs | ||
| icon: mdi:books | ||
| aside.collapsed: false | ||
| aside.collapsed: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| title: Docs for Devs | ||
| icon: wpf:books | ||
| aside.collapsed: false | ||
| aside.collapsed: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,78 @@ | ||
| <script setup lang="ts"> | ||
| useSeoMeta({ | ||
| title: 'Translation Tool', | ||
| description: 'Translation Helper Tool for EmulatorJS', | ||
| }); | ||
| useHead({ | ||
| title: 'Translation Tool', | ||
| meta: [{ name: 'description', content: 'Translation Helper Tool for EmulatorJS' }], | ||
| link: [{ rel: 'stylesheet', href: '/css/translate.css' }] | ||
| }); | ||
| definePageMeta({ | ||
| title: 'Translation Tool' | ||
| }); | ||
| </script> | ||
| <template> | ||
| <div class="translate"> | ||
| <br> | ||
| <div class="header"> | ||
| <h1>Translation Helper Tool</h1> | ||
| </div> | ||
| <br> | ||
| <div class="boxes"> | ||
| <div class="box"> | ||
| <button class="copyBtn" id="copyBtn1"> | ||
| <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="18px" | ||
| height="18px"> | ||
| <path | ||
| d="M6 4V8H18V4H20.0066C20.5552 4 21 4.44495 21 4.9934V21.0066C21 21.5552 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5551 3 21.0066V4.9934C3 4.44476 3.44495 4 3.9934 4H6ZM8 2H16V6H8V2Z"> | ||
| </path> | ||
| </svg> | ||
| </button> | ||
| <textarea id="box1" rows="39.5" cols="30" spellcheck="false"></textarea> | ||
| </div> | ||
| <div class="box"> | ||
| <textarea id="box2" | ||
| placeholder="Copy what is on the left into google translate or any other translation service, then translate it into the language you whant and paste the translation here." | ||
| rows="39.5" cols="50" spellcheck="false"></textarea> | ||
| <button class="nextBtn" id="nextBtn">Next</button> | ||
| </div> | ||
| <div class="box"> | ||
| <button class="copyBtn" id="copyBtn3"> | ||
| <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="18px" | ||
| height="18px"> | ||
| <path | ||
| d="M6 4V8H18V4H20.0066C20.5552 4 21 4.44495 21 4.9934V21.0066C21 21.5552 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5551 3 21.0066V4.9934C3 4.44476 3.44495 4 3.9934 4H6ZM8 2H16V6H8V2Z"> | ||
| </path> | ||
| </svg> | ||
| </button> | ||
| <textarea id="box3" placeholder="Then click next and you are done copy this box in to a .json file" | ||
| rows="39.5" cols="50" spellcheck="false"></textarea> | ||
| </div> | ||
| </div> | ||
| <br> | ||
| </div> | ||
| </template> | ||
| <style lang="ts" scoped> | ||
| css({ | ||
| '*': { | ||
| fontSize: 'revert', | ||
| fontWeight: 'revert', | ||
| }, | ||
| '.center': { | ||
| textAlign: 'center', | ||
| }, | ||
| '.main': { | ||
| margin: 'auto', | ||
| width: '80%', | ||
| maxWidth: '1000px', | ||
| textAlign: 'left', | ||
| }, | ||
| '.next': { | ||
| textAlign: 'right', | ||
| }, | ||
| '.back': { | ||
| textAlign: 'left', | ||
| }, | ||
| }) | ||
| </style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| google.com, pub-8832864985153925, DIRECT, f08c47fec0942fa0 | ||
| google.com, pub-8832864985153925, DIRECT, f08c47fec0942fa0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.