mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-20 08:32:58 +00:00
9 lines
91 B
JavaScript
9 lines
91 B
JavaScript
|
|
const Gettext = imports.gettext;
|
|
|
|
module.exports = Gettext;
|
|
exports.default = Gettext;
|
|
|
|
|
|
|