You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,13 @@ To find a list of Language Codes using Firefox, go to `about:preferences`, searc
20
20
21
21
You can also find the language code of the currently used Navigator language by opening devtools and typing `console.log(navigator.language);`.
22
22
23
+
> [!IMPORTANT]
24
+
> There are also separate translations for the [UI Library](https://github.com/Team-Lodestone/UI) that is not included in this project.
25
+
> It is required that you also translate them.
26
+
23
27
After verifying that the translations show correctly, and following the [guidelines](#guidelines), you can add yourself to [the credits](/src/App.svelte#L80) and then make a pull request to submit the translation.
24
28
25
29
### Guidelines
26
30
1. Do not translate "`Project Lodestone`"
27
31
2. Do not translate the Edition names unless an edition had official translations that clearly show how it's meant to be translated.
28
-
32
+
3. Do not translate words found within squiggly brackets (`{}`), these are used for formatting.
0 commit comments