aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/add-crowdin-contributors.js
Commit message (Collapse)AuthorAge
* chore: move build-time js files out of 'src' and into 'scripts'Libravatar Vijay A2021-08-21
| | | | so that they not packaged into final deployable artefact
* refactor: path-references refactoring and using 'import' instead of ↵Libravatar Vijay Raghavan Aravamudhan2021-08-08
| | | | | | 'require' (#1752) * refactor references to 'userData' and 'appData' directories to move hardcoding into single location * convert to es6 for lower memory usage as per https://codesource.io/the-difference-between-import-and-require-in-javascript/
* Minor spelling fixes in README (#552)Libravatar Stefan Koshy2020-04-09
|
* Add Crowdin contributors to list of contributors (#429)Libravatar Bennett2020-03-03
* Enhance installation guide in README * Add CrowdIn Contributors to the list * Create script to add CrowdIn contributors * Fix lint * Fix ESLint error * Revert change of contributors per line * Revert change in badge template * Update All-contributors badge * Remove unrelated changes