【求助】ray里如何使用I18n?
Posted: 2023年 Feb 1日 11:20
如题?
如题?
Code: Select all
import { kit } from '@ray-js/ray';
import Strings from './strings';
const { I18N } = kit;
export default new I18N(Strings);
Code: Select all
import Strings from '../i18n';
const localizedText = Strings.getLang('hello');
console.log(localizedText);
请注意使用最新的ray版本哦~