Commit Graph

3 Commits

Author SHA1 Message Date
2bb901a1fb Update en.yml 2023-03-07 12:38:00 +01:00
183b21322d Fix typo. 2023-02-17 09:43:01 +01:00
9d18e401a7 Implements #153: Settings translations (#155)
Implementing a new translating system, so we can more easily translate
settings strings. Indeed, these strings are difficult to embed in
JSON format.

We still use JSON files for standard strings, but in addition we have
dedicated YAML files to translate settings strings.

There is a new build-languages.js script that merge all translations in JSON files.

Other modifications:
* Eslint: ignoring documentation and build scripts.
* french settings translations.
2023-02-15 11:54:48 +01:00