This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

6 lines
105 B
JavaScript
Raw Permalink Normal View History

2017-03-13 12:56:49 +01:00
define([
2017-11-09 14:23:40 +01:00
'/common/common-language.js',
], function (Language) {
Language.applyTranslation();
2017-03-13 12:56:49 +01:00
});