diff --git a/CCBoot.js b/CCBoot.js index 22c50494b6..2eb19c7ee2 100644 --- a/CCBoot.js +++ b/CCBoot.js @@ -1486,6 +1486,45 @@ var _initSys = function () { * @type {Number} */ sys.LANGUAGE_POLISH = "pl"; + /** + * Turkish language code + * @constant + * @default + * @type {Number} + */ + sys.LANGUAGE_TURKISH = "tr"; + + /** + * Ukrainian language code + * @constant + * @default + * @type {Number} + */ + sys.LANGUAGE_UKRAINIAN = "uk"; + + /** + * Romanian language code + * @constant + * @default + * @type {Number} + */ + sys.LANGUAGE_ROMANIAN = "ro"; + + /** + * Bulgarian language code + * @constant + * @default + * @type {Number} + */ + sys.LANGUAGE_BULGARIAN = "bg"; + + /** + * Belarusian language code + * @constant + * @default + * @type {Number} + */ + sys.LANGUAGE_BELARUSIAN = "be"; /** * Unknown language code