We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b96b10 commit b975919Copy full SHA for b975919
src/utils/translationProgress.json
@@ -1,8 +1,19 @@
1
+/*
2
+This file tracks the progress of translations, ranging from 0 (part0)
3
+to 13 (part13). It is used in the page redirection logic to avoid
4
+various navigation errors when the user tries to access untranslated
5
+parts of the course. At the same time, it is used to automatically
6
+redirect the user to the English material (until the part is translated).
7
+
8
+So, if you have been working on a translation, remember to update this
9
+file after completing the translation of a whole part.
10
+*/
11
12
{
- "en": 13,
- "es": 10,
- "fi": 13,
- "fr": 3,
- "ptbr": 4,
- "zh": 13
-}
13
+ "en": 13,
14
+ "es": 10,
15
+ "fi": 13,
16
+ "fr": 3,
17
+ "ptbr": 5,
18
+ "zh": 13
19
+}
0 commit comments