Home
last modified time | relevance | path

Searched refs:updateLocale (Results 1 – 6 of 6) sorted by relevance

/third_party/jsframework/runtime/main/page/entry/
Dbundle.ts37 import {updateDpi, updateLocale} from '../../app';
101 updateLocale(page.options.i18n);
/third_party/jsframework/runtime/main/app/
Dbundle.ts36 import { updateLocale, updateDpi } from './index';
119 updateLocale(page.options.i18n);
Dindex.ts215 export function updateLocale(i18nData: any): void { function
/third_party/node/deps/npm/node_modules/y18n/
Dindex.js168 Y18N.prototype.updateLocale = function (obj) { method in Y18N
DREADME.md94 ### y18n.updateLocale(obj)
/third_party/node/deps/npm/node_modules/yargs/
Dyargs.js960 self.updateStrings = self.updateLocale = function (obj) {
963 y18n.updateLocale(obj)