update notice
This commit is contained in:
parent
8c0bf85419
commit
0c364753cf
3 changed files with 22 additions and 1 deletions
|
@ -331,7 +331,7 @@ const app = new Vue({
|
|||
} else {
|
||||
// fallback English plural forms ( old i18n )
|
||||
if (options["count"] > 1) {
|
||||
return this.lz[message+ "s"] ?? this.lz[message]} else { return this.lz[message]}
|
||||
return this.lz[message+ "s"] ?? this.lz[message]} else { return this.lz[message] ?? this.lz[message+ "s"]}
|
||||
}
|
||||
} else if(typeof this.lz[message] === "object") {
|
||||
return (this.lz[message])[Object.keys(this.lz[message])[0]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue