Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit 004b3f0

Browse files
authored
Update LOCALIZATION.md
1 parent 45f5b98 commit 004b3f0

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/LOCALIZATION.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Localization Documentation
22

3+
If you're interested in helping out but you are not very well versed with whats written in the "Technical Localization Documentation" below, please join our [Discord]() or [Matrix]() servers, we'll help you with contributing translations.
4+
5+
[We are planning to potentially integrate Dauntless Builder with Crowdin](https://github.com/atomicptr/dauntless-builder/issues/227), which will hopefully make it a lot easier for most people to help out! :).
6+
7+
You've been warned the next part is very technical:
8+
9+
## Technical Localization Documentation
10+
311
Localization in Dauntless Builder is essentially split into two parts:
412

513
- App Localization - Strings on the website itself
@@ -10,7 +18,7 @@ and is powered by [i18next](https://www.i18next.com/).
1018
The English localization is the source of all truths and is used as a fallback if the current user localization
1119
does not contain an entry.
1220

13-
## App Localization
21+
### App Localization
1422

1523
These localization entries are handled by one big JSON file per language and can be found in `src/translations`.
1624

@@ -169,7 +177,7 @@ unique_effects:
169177
blazeDamage: 200
170178
```
171179

172-
## Adding a new language
180+
### Adding a new language
173181

174182
You read what is written above this and want to start contributing but notice your language is missing?
175183

0 commit comments

Comments
 (0)