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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ The language code of source text.
74
74
75
75
**MUST** be `auto-detect` or one of the codes/names (not case sensitive) contained in [lang.json](src/lang.json)
76
76
77
-
**NOTE:** The EPT mode (since `v3.0.0`) only supports the languages contained in [src/config.json#eptLangs](src/config.json#30). Any other language will fall back to the legacy mode, in which a 429 (Too Many Requests) error often occurs.
77
+
**NOTE:** The EPT mode (since `v3.0.0`) only supports the languages contained in [src/config.json#eptLangs](src/config.json#L31). Any other language will fall back to the legacy mode, in which a 429 (Too Many Requests) error often occurs.
78
78
79
79
##### _to_
80
80
Type: `string` Default: `en`
@@ -83,7 +83,7 @@ The language in which the text should be translated.
83
83
84
84
**MUST** be one of the codes/names (not case sensitive) contained in [lang.json](src/lang.json).
85
85
86
-
**NOTE:** The EPT mode (since `v3.0.0`) only supports the languages contained in [src/config.json#eptLangs](src/config.json#30). Any other language will fall back to the legacy mode, in which a 429 (Too Many Requests) error often occurs.
86
+
**NOTE:** The EPT mode (since `v3.0.0`) only supports the languages contained in [src/config.json#eptLangs](src/config.json#L31). Any other language will fall back to the legacy mode, in which a 429 (Too Many Requests) error often occurs.
0 commit comments