Skip to content

Commit 4b6d4a4

Browse files
committed
Translations
1 parent e3a317a commit 4b6d4a4

File tree

22 files changed

+495
-935
lines changed

22 files changed

+495
-935
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ which will run the link checker and other validations:
3838
npm run build
3939
```
4040

41-
4241
### Commands
4342

4443
All commands are run from the root of the project, from a terminal:
@@ -99,9 +98,6 @@ Images can be added to `src/assets/` and embedded in Markdown with a relative li
9998

10099
Static assets, like favicons, can be placed in the `public/` directory.
101100

102-
103101
## License
104102

105103
The App Fair Project © 2026 by <a href="https://appfair.org">the App Fair</a> is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>
106-
107-

astro.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export default defineConfig({
3232
replacesTitle: true,
3333
},
3434
defaultLocale: 'root',
35-
/*
3635
locales: {
3736
'root': {
3837
label: 'English',
@@ -67,7 +66,6 @@ export default defineConfig({
6766
lang: 'zh-CN',
6867
},
6968
},
70-
*/
7169
components: {
7270
// Override the default Header component
7371
Header: './src/components/CustomHeader.astro',

ec.config.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
import { pluginCollapsibleSections } from '@expressive-code/plugin-collapsible-sections'
1+
import { pluginCollapsibleSections } from "@expressive-code/plugin-collapsible-sections";
22

33
/** @type {import('@astrojs/starlight/expressive-code').StarlightExpressiveCodeOptions} */
44
export default {
55
plugins: [pluginCollapsibleSections()],
6-
}
7-
6+
};

public/assets/css/aos.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)