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
*`config.dialect`: One of `openttd`, `newgrf`, `game-script`.
81
+
*`config.cases`: `case` from `nile-config`.
82
+
*`config.genders`: `gender` from `nile-config`.
83
+
*`config.plural_count`: Number of plural forms from `nile-config`.
84
+
*`base`: Base string the translation is for.
85
+
*`case`: Case for the translation. Use `"default"`for the default case.
86
+
*`translation`: The text entered by the translator.
87
+
88
+
**Output:**
89
+
*`errors`: List of errors.
90
+
*`severity`: Severity of the error.
91
+
*`error`: The translation is broken, and must not be committed to OpenTTD.
92
+
*`warning`: The translation is okay to commit, but translators should fix it anyway. This is used fornew validations, which Eints did not do. So there are potentially lots of existing translationsin violation.
93
+
*`position`: Byte position in input string. `None`, if general message without location.
94
+
*`message`: Error message.
95
+
*`suggestion`: Some extended message with hints.
96
+
*`normalized`: The normalized text to committed. In the normalized text, trailing whitespace and other junk has been removed.
0 commit comments