/* File - /js/components/Feedback/Form/new_support.es6.js */ (function () {
			if (window.js_hints_indexed === undefined) {
				window.js_hints_indexed = {
					"gate_hint" : {},
					"hint" : {}
				};
			}
			var fillHintsCache = function (hints_list, is_gate) {
				var key = is_gate ? "gate_hint" : "hint";
				for (var lang in hints_list) {
					if (window.js_hints_indexed[key][lang] === undefined) {
						window.js_hints_indexed[key][lang] = {};
					}
					
					for (var keyword in hints_list[lang]) {
						window.js_hints_indexed[key][lang][keyword] = hints_list[lang][keyword];	
					}
				}
			};
			var js_hints = {"hint":{"rus":{"uikit\/uploader\/button_text":{"title":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0444\u0430\u0439\u043b","text":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0444\u0430\u0439\u043b"},"feedback\/form\/main\/upload_control\/text_login":{"title":"\u041f\u0440\u0438\u043b\u043e\u0436\u0438\u0442\u044c \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u0438\u0435","text":""}},"eng":{"uikit\/uploader\/button_text":{"title":"Add a file","text":"Add a file"},"feedback\/form\/main\/upload_control\/text_login":{"title":"Upload application","text":""}},"chi":{"uikit\/uploader\/button_text":{"title":"Add a file","text":"Add a file"},"feedback\/form\/main\/upload_control\/text_login":{"title":"Upload application","text":""}},"kaz":{"uikit\/uploader\/button_text":{"title":"\u0424\u0430\u0439\u043b\u0434\u044b \u049b\u043e\u0441\u0443","text":"\u0424\u0430\u0439\u043b\u0434\u044b \u049b\u043e\u0441\u0443"},"feedback\/form\/main\/upload_control\/text_login":{"title":"\u041f\u0440\u0438\u043b\u043e\u0436\u0438\u0442\u044c \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u0438\u0435","text":""}}},"gate_hint":[]};
			if (js_hints["gate_hint"]) {
				fillHintsCache(js_hints["gate_hint"], true)
			}
			if (js_hints["hint"]) {
				fillHintsCache(js_hints["hint"], false);
			}
		})();