mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
6 lines
105 B
JavaScript
6 lines
105 B
JavaScript
define([
|
|
'/common/common-language.js',
|
|
], function (Language) {
|
|
Language.applyTranslation();
|
|
});
|