Tim Radvan
Tim Radvan
* Mark the final regex as `/i`, if every RegExp sets the `/i` flag, to solve . Note that this implicitly handles string literals; we might want to add a...
For #55.
Should we have a CI check that makes sure the locales are up-to-date? That would catch if we've modified the source and forgot to rebuild and commit the output, or...
The snapshot tests are useful for catching visual bugs, but they currently depend on too many things to be useful: * browser behaviour on the local OS * locally-installed fonts...
The `ignorelt` field, which was originally intended to handle the `when distance < [foo v]` bock, appears to contain `undefined` in a bunch of translations. We should figure out why...
The current locale format is something like: ```ts type Locale = { // name is the native, human-readable language name. // e.g. "Deutsch" name: string, // percentTranslated is the fraction...
https://scratch.mit.edu/discuss/topic/209427/?page=1#post-2123600
Some things the [SVG validator](https://validator.w3.org/check) brought up (ref #175) that we might want to look at: - No Character encoding declared - Attribute `x0`/`y0` not allowed on SVG element filter...