Skip to content

Commit f98628b

Browse files
authored
Translate Tool (#56)
* translate * color pages * fix page titles * function logic * scripts work now * add newlines
1 parent fba2938 commit f98628b

28 files changed

+2961
-1453
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ module.exports = {
1111
'vue/max-attributes-per-line': 'off',
1212
'vue/multi-word-component-names': 'off'
1313
}
14-
}
14+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ yarn install
2828
yarn dev
2929
```
3030

31-
It can now be reached at http://localhost:3000/.
31+
It can now be reached at http://localhost:3000/.

app.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,13 @@ export default defineAppConfig({
4444
href: '/docs'
4545
},
4646
{
47-
text: 'Code Editor',
47+
text: 'Code Generator',
4848
href: '/editor'
4949
},
50+
{
51+
text: 'Translation Tool',
52+
href: '/translate'
53+
},
5054
{
5155
text: 'Demo',
5256
href: 'https://demo.emulatorjs.org',

components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ css({
121121
}
122122
}
123123
})
124-
</style>
124+
</style>

components/AppHeaderDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ css({
131131
height: '{space.4}'
132132
}
133133
})
134-
</style>
134+
</style>

components/AppLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ css({
4141
}
4242
}
4343
})
44-
</style>
44+
</style>

components/DocsPageLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,4 +295,4 @@ css({
295295
}
296296
}
297297
})
298-
</style>
298+
</style>

components/NavigationLink.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ css({
8484
}
8585
8686
})
87-
</style>
87+
</style>

content/1.docs/1.index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
You can use the [Code Editor](/editor) to generate the embed code for your website.
3+
You can use the [Code Generator](/editor) to generate the embed code for your website.
44

55
[EmulatorJS](https://github.com/EmulatorJS/EmulatorJS) runs RetroArch compiled to webassembly, optimized for running in the web browser.
66

content/1.docs/8.systems/_dir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
title: Systems
2-
aside.collapsed: true
2+
aside.collapsed: true

0 commit comments

Comments
 (0)