This commit is contained in:
darenhsu
2022-07-17 13:16:16 +08:00
parent 84759556ff
commit befd344ab0
28070 changed files with 4008428 additions and 1 deletions
+117
View File
@@ -0,0 +1,117 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Lang = void 0;
var _service = require("../service");
var _helpers = require("../../util/helpers");
var _console = require("../../util/console");
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
var LANG_PREFIX = '$vuetify.';
var fallback = Symbol('Lang fallback');
function getTranslation(locale, key) {
var usingDefault = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
var defaultLocale = arguments.length > 3 ? arguments[3] : undefined;
var shortKey = key.replace(LANG_PREFIX, '');
var translation = (0, _helpers.getObjectValueByPath)(locale, shortKey, fallback);
if (translation === fallback) {
if (usingDefault) {
(0, _console.consoleError)("Translation key \"".concat(shortKey, "\" not found in fallback"));
translation = key;
} else {
(0, _console.consoleWarn)("Translation key \"".concat(shortKey, "\" not found, falling back to default"));
translation = getTranslation(defaultLocale, key, true, defaultLocale);
}
}
return translation;
}
var Lang =
/*#__PURE__*/
function (_Service) {
_inherits(Lang, _Service);
function Lang(preset) {
var _this;
_classCallCheck(this, Lang);
_this = _possibleConstructorReturn(this, _getPrototypeOf(Lang).call(this));
_this.defaultLocale = 'en';
var _preset$Lang$property = preset[Lang.property],
current = _preset$Lang$property.current,
locales = _preset$Lang$property.locales,
t = _preset$Lang$property.t;
_this.current = current;
_this.locales = locales;
_this.translator = t || _this.defaultTranslator;
return _this;
}
_createClass(Lang, [{
key: "currentLocale",
value: function currentLocale(key) {
var translation = this.locales[this.current];
var defaultLocale = this.locales[this.defaultLocale];
return getTranslation(translation, key, false, defaultLocale);
}
}, {
key: "t",
value: function t(key) {
for (var _len = arguments.length, params = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
params[_key - 1] = arguments[_key];
}
if (!key.startsWith(LANG_PREFIX)) return this.replace(key, params);
return this.translator.apply(this, [key].concat(params));
}
}, {
key: "defaultTranslator",
value: function defaultTranslator(key) {
for (var _len2 = arguments.length, params = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
params[_key2 - 1] = arguments[_key2];
}
return this.replace(this.currentLocale(key), params);
}
}, {
key: "replace",
value: function replace(str, params) {
return str.replace(/\{(\d+)\}/g, function (match, index) {
/* istanbul ignore next */
return String(params[+index]);
});
}
}]);
return Lang;
}(_service.Service);
exports.Lang = Lang;
Lang.property = 'lang';
//# sourceMappingURL=index.js.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"sources":["../../../src/services/lang/index.ts"],"names":[],"mappings":";;;;;;;AACA;;AAGA;;AACA;;;;;;;;;;;;;;;;;;;;AASA,IAAM,WAAW,GAAG,WAApB;AACA,IAAM,QAAQ,GAAG,MAAM,CAAC,eAAD,CAAvB;;AAEA,SAAS,cAAT,CACE,MADF,EAEE,GAFF,EAI8B;AAAA,MAD5B,YAC4B,uEADb,KACa;AAAA,MAA5B,aAA4B;AAE5B,MAAM,QAAQ,GAAG,GAAG,CAAC,OAAJ,CAAY,WAAZ,EAAyB,EAAzB,CAAjB;AACA,MAAI,WAAW,GAAG,mCAAqB,MAArB,EAA6B,QAA7B,EAAuC,QAAvC,CAAlB;;AAEA,MAAI,WAAW,KAAK,QAApB,EAA8B;AAC5B,QAAI,YAAJ,EAAkB;AAChB,6DAAiC,QAAjC;AACA,MAAA,WAAW,GAAG,GAAd;AACD,KAHD,MAGO;AACL,4DAAgC,QAAhC;AACA,MAAA,WAAW,GAAG,cAAc,CAAC,aAAD,EAAgB,GAAhB,EAAqB,IAArB,EAA2B,aAA3B,CAA5B;AACD;AACF;;AAED,SAAO,WAAP;AACD;;IAEY,I;;;;;AAWX,gBAAa,MAAb,EAAkC;AAAA;;AAAA;;AAChC;AAPK,UAAA,aAAA,GAAgB,IAAhB;AAM2B,gCAO5B,MAAM,CAAC,IAAI,CAAC,QAAN,CAPsB;AAAA,QAI9B,OAJ8B,yBAI9B,OAJ8B;AAAA,QAK9B,OAL8B,yBAK9B,OAL8B;AAAA,QAM9B,CAN8B,yBAM9B,CAN8B;AAShC,UAAK,OAAL,GAAe,OAAf;AACA,UAAK,OAAL,GAAe,OAAf;AACA,UAAK,UAAL,GAAkB,CAAC,IAAI,MAAK,iBAA5B;AAXgC;AAYjC;;;;kCAEqB,G,EAAW;AAC/B,UAAM,WAAW,GAAG,KAAK,OAAL,CAAa,KAAK,OAAlB,CAApB;AACA,UAAM,aAAa,GAAG,KAAK,OAAL,CAAa,KAAK,aAAlB,CAAtB;AAEA,aAAO,cAAc,CAAC,WAAD,EAAc,GAAd,EAAmB,KAAnB,EAA0B,aAA1B,CAArB;AACD;;;sBAES,G,EAA6B;AAAA,wCAAb,MAAa;AAAb,QAAA,MAAa;AAAA;;AACrC,UAAI,CAAC,GAAG,CAAC,UAAJ,CAAe,WAAf,CAAL,EAAkC,OAAO,KAAK,OAAL,CAAa,GAAb,EAAkB,MAAlB,CAAP;AAElC,aAAO,KAAK,UAAL,cAAgB,GAAhB,SAAwB,MAAxB,EAAP;AACD;;;sCAE0B,G,EAA6B;AAAA,yCAAb,MAAa;AAAb,QAAA,MAAa;AAAA;;AACtD,aAAO,KAAK,OAAL,CAAa,KAAK,aAAL,CAAmB,GAAnB,CAAb,EAAsC,MAAtC,CAAP;AACD;;;4BAEgB,G,EAAa,M,EAAa;AACzC,aAAO,GAAG,CAAC,OAAJ,CAAY,YAAZ,EAA0B,UAAC,KAAD,EAAgB,KAAhB,EAAiC;AAChE;AACA,eAAO,MAAM,CAAC,MAAM,CAAC,CAAC,KAAF,CAAP,CAAb;AACD,OAHM,CAAP;AAID;;;;EA/CuB,gB;;;AACjB,IAAA,CAAA,QAAA,GAAmB,MAAnB","sourcesContent":["// Extensions\nimport { Service } from '../service'\n\n// Utilities\nimport { getObjectValueByPath } from '../../util/helpers'\nimport { consoleError, consoleWarn } from '../../util/console'\n\n// Types\nimport { VuetifyPreset } from 'vuetify/types/services/presets'\nimport {\n VuetifyLocale,\n Lang as ILang,\n} from 'vuetify/types/services/lang'\n\nconst LANG_PREFIX = '$vuetify.'\nconst fallback = Symbol('Lang fallback')\n\nfunction getTranslation (\n locale: VuetifyLocale,\n key: string,\n usingDefault = false,\n defaultLocale: VuetifyLocale\n): string {\n const shortKey = key.replace(LANG_PREFIX, '')\n let translation = getObjectValueByPath(locale, shortKey, fallback) as string | typeof fallback\n\n if (translation === fallback) {\n if (usingDefault) {\n consoleError(`Translation key \"${shortKey}\" not found in fallback`)\n translation = key\n } else {\n consoleWarn(`Translation key \"${shortKey}\" not found, falling back to default`)\n translation = getTranslation(defaultLocale, key, true, defaultLocale)\n }\n }\n\n return translation\n}\n\nexport class Lang extends Service implements ILang {\n static property: 'lang' = 'lang'\n\n public current: ILang['current']\n\n public defaultLocale = 'en'\n\n public locales: ILang['locales']\n\n private translator: ILang['t']\n\n constructor (preset: VuetifyPreset) {\n super()\n\n const {\n current,\n locales,\n t,\n } = preset[Lang.property]\n\n this.current = current\n this.locales = locales\n this.translator = t || this.defaultTranslator\n }\n\n public currentLocale (key: string) {\n const translation = this.locales[this.current]\n const defaultLocale = this.locales[this.defaultLocale]\n\n return getTranslation(translation, key, false, defaultLocale)\n }\n\n public t (key: string, ...params: any[]) {\n if (!key.startsWith(LANG_PREFIX)) return this.replace(key, params)\n\n return this.translator(key, ...params)\n }\n\n private defaultTranslator (key: string, ...params: any[]) {\n return this.replace(this.currentLocale(key), params)\n }\n\n private replace (str: string, params: any[]) {\n return str.replace(/\\{(\\d+)\\}/g, (match: string, index: string) => {\n /* istanbul ignore next */\n return String(params[+index])\n })\n }\n}\n"],"sourceRoot":"","file":"index.js"}