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.
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
|
|
|
});
|