Skip to content

Commit 6261429

Browse files
committed
Change directory of i18n to make it easier to find
1 parent 4012238 commit 6261429

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Goal is to make it as lightweight as possible, meaning no unnecessary bloat or d
2020

2121
## i18n - Internationalization
2222
This project supports multiple languages through the use of internationalization (i18n) files.
23-
You can find these files in the [`src/i18n`](src/i18n) directory.
24-
If you want to contribute with translations, feel free to do so by following the instructions in the [`src/i18n/README.md`](src/i18n/README.md) file.
23+
You can find these files in the [`src/i18n`](i18n) directory.
24+
If you want to contribute with translations, feel free to do so by following the instructions in the [`i18n/README.md`](i18n/README.md) file there.
2525

2626
## Development
2727
In order to set up the development environment, you need to have [NodeJS](https://nodejs.org/) installed on your machine. After that, you can clone the repository and install the dependencies using npm or yarn.

build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async function buildJS() {
5959
target: ["es2017"],
6060
alias: {
6161
"@": path.join(__dirname, "src"),
62-
"@i18n": path.join(__dirname, "src/i18n")
62+
"@i18n": path.join(__dirname, "i18n")
6363
},
6464
...cfg
6565
}))
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)