你好,我想让我的科尔多瓦移动应用程序为多语言。我在资源文件夹中有两个js文件{lang.en.js和lang.tr.js}。在文件中,有一个对应于语言的字符串对象。
var strings = {
app_name: "Capser",
facebook_login_btn: "Login with Facebook",
gmail_login_btn: "Login with Gmail"
}
现在我想选择依赖于移动语言的语言。我安装了全球化插件,并在下面编写了函数。
function setLanguage() {
在npm install在postinstall期间触发meteor-client bundle之后,我在浏览器控制台中收到了这个新错误:
"ReferenceError: Meteor is not defined
at Object.eval (webpack-internal:///../../../../meteor-client.js:32502:3)
at eval (webpack-internal:///../../../../meteor-client.js:32507:30)
at Object.../../../../meteor-clie
当成员的状态错误中有一个邀请链接时,当他们试图添加一个角色时,我会得到这个错误:
C:\Users\Woody\Documents\Giveaway\node_modules\discord.js\src\managers\GuildMemberRoleManager.js:93
throw new TypeError('INVALID_TYPE', 'roles', 'Role, Snowflake or Array or Collection of Roles or Snowflakes');
^