This commit is contained in:
Jacob Nguyen
2024-06-07 20:19:00 -05:00
parent f7b3fcce5a
commit 3ac6062eee

View File

@@ -46,7 +46,7 @@ import { Tabs, TabItem } from "@astrojs/starlight/components";
```json title=~/assets/locals/en-US.json
{
"salute": {
"hello": "hola"
"hello": "hello"
}
}
```