summaryrefslogtreecommitdiff
path: root/modules/script/gettext.js
Commit message (Collapse)AuthorAgeFilesLines
* maint: Convert all existing license/copyright comments to SPDX formatPhilip Chimento2020-10-041-19/+2
| | | | | | | | The SPDX format is machine-readable, which should make it much easier to avoid mistakes with licensing and copyright using automated tools. This commit does not add any implicit information. It converts exactly what was already specified into SPDX format comments.
* modules: Reorganize modules to support multiple globals.Evan Welsh2020-02-021-0/+37
- Rename and move modules.gresource.xml -> js.gresource.xml This reflects that new environments may require JS resources outside of modules/ - Move the "core" cairo, format, gettext, and signals logic to modules/core/ to allow reuse across environments. - Move the "legacy" (script-based) modules to modules/script/ - Move the script-based bootstrap files to modules/script/ - Move overrides to modules/core/ as they will be reused across environments - Update meson resource compilation. - Update js.gresource.xml for new module paths. - Update resource path references in C++.